Skip to content

3.0.0#325

Open
Dargon789 wants to merge 2 commits intoDargon789:wagmi-projectfrom
0xsequence:master
Open

3.0.0#325
Dargon789 wants to merge 2 commits intoDargon789:wagmi-projectfrom
0xsequence:master

Conversation

@Dargon789
Copy link
Owner

@Dargon789 Dargon789 commented Mar 5, 2026

Summary by Sourcery

Cut the stable 3.0.0 release across wallet, services, and utils packages and finalize internal repo package versions.

Enhancements:

  • Document and release ethauth support, new chains, EOA login updates, Apple auth fixes, relayer fee option fixes, and multicall optimizations across the 3.0.0 line of packages.

Chores:

  • Promote multiple packages from 3.0.0-beta.19 to 3.0.0 and mark internal tooling packages (@repo/*) as 0.0.1, consolidating prior changesets into changelogs and removing the temporary changeset files.

@codesandbox
Copy link

codesandbox bot commented Mar 5, 2026

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

@bolt-new-by-stackblitz
Copy link

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@vercel
Copy link

vercel bot commented Mar 5, 2026

@taylanpince is attempting to deploy a commit to the Foundry development Team on Vercel.

A member of the Team first needs to authorize it.

@sourcery-ai
Copy link

sourcery-ai bot commented Mar 5, 2026

Reviewer's Guide

Finalize the 3.0.0 release across the monorepo by promoting multiple packages from beta to stable, adding consolidated 3.0.0 changelog entries, and cleaning up processed Changeset files.

Flow diagram for promoting packages from beta to 3.0.0 stable

flowchart LR
  A[Beta_versions 3.0.0-beta.19_and_earlier] --> B[Accumulate_changeset_files]
  B --> C[Generate_consolidated_3.0.0_changelog_entries]
  C --> D[Update_package_json_versions_to_3.0.0]
  D --> E[Update_repo_tooling_versions_to_0.0.1]
  E --> F[Publish_stable_packages]
  F --> G[Remove_processed_changeset_files]
Loading

File-Level Changes

Change Details Files
Promote wallet, services, and utility packages from 3.0.0-beta.19 to the stable 3.0.0 release.
  • Updated package.json versions from 3.0.0-beta.19 to 3.0.0 for core runtime packages (wallet, services, utils).
  • Ensured internal dependency references in changelogs consistently point at @0xsequence/* packages versioned at 3.0.0.
packages/wallet/wdk/package.json
packages/wallet/dapp-client/package.json
packages/wallet/core/package.json
packages/wallet/primitives/package.json
packages/services/api/package.json
packages/services/builder/package.json
packages/services/guard/package.json
packages/services/identity-instrument/package.json
packages/services/indexer/package.json
packages/services/marketplace/package.json
packages/services/metadata/package.json
packages/services/relayer/package.json
packages/services/userdata/package.json
packages/utils/abi/package.json
Promote repo-level tooling packages from beta to initial stable (0.0.1) and document their release.
  • Updated repo tooling package versions from 0.0.1-beta.1 to 0.0.1.
  • Added 0.0.1 changelog entries referencing the v3 beta and rc work they were used for.
repo/eslint-config/package.json
repo/typescript-config/package.json
repo/ui/package.json
repo/eslint-config/CHANGELOG.md
repo/typescript-config/CHANGELOG.md
repo/ui/CHANGELOG.md
Add consolidated 3.0.0 changelog entries for all major runtime and service packages.
  • Inserted 3.0.0 release sections summarizing accumulated beta/RC changes (ethauth, Apple auth fixes, new chains, relayer fixes, dapp-client updates, multicall optimization, identity instrument updates, etc.).
  • Recorded the final dependency graph for the 3.0.0 release in each package’s changelog.
packages/wallet/wdk/CHANGELOG.md
packages/wallet/dapp-client/CHANGELOG.md
packages/wallet/core/CHANGELOG.md
packages/wallet/primitives/CHANGELOG.md
packages/services/api/CHANGELOG.md
packages/services/builder/CHANGELOG.md
packages/services/guard/CHANGELOG.md
packages/services/identity-instrument/CHANGELOG.md
packages/services/indexer/CHANGELOG.md
packages/services/marketplace/CHANGELOG.md
packages/services/metadata/CHANGELOG.md
packages/services/relayer/CHANGELOG.md
packages/services/userdata/CHANGELOG.md
packages/utils/abi/CHANGELOG.md
Clean up Changeset metadata now that the 3.0.0 release has been cut.
  • Removed per-change .md changeset files that have been aggregated into the new 3.0.0 changelog sections.
  • Removed the .changeset/pre.json file indicating pre-release mode, returning the repo to normal release mode.
.changeset/all-rings-bow.md
.changeset/brave-papayas-join.md
.changeset/bright-pots-hope.md
.changeset/chilly-hands-carry.md
.changeset/crisp-zoos-retire.md
.changeset/cyan-radios-relax.md
.changeset/four-beds-stare.md
.changeset/free-tips-switch.md
.changeset/goofy-laws-serve.md
.changeset/modern-views-write.md
.changeset/new-turkeys-double.md
.changeset/nice-tips-slide.md
.changeset/nine-areas-fall.md
.changeset/open-toes-marry.md
.changeset/plain-feet-stare.md
.changeset/pre.json
.changeset/smart-cups-exist.md
.changeset/tiny-files-chew.md
.changeset/wild-feet-carry.md
.changeset/wise-heads-buy.md

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@snyk-io
Copy link

snyk-io bot commented Mar 5, 2026

Snyk checks have passed. No issues have been found so far.

Status Scanner Critical High Medium Low Total (0)
🔚 Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@mergify
Copy link

mergify bot commented Mar 5, 2026

⚠️ The sha of the head commit of this PR conflicts with #321. Mergify cannot evaluate rules on this PR. Once #321 is merged or closed, Mergify will resume processing this PR. ⚠️

@gemini-code-assist
Copy link

Summary of Changes

Hello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request marks a significant milestone by releasing version 3.0.0 for the core Sequence packages and version 0.0.1 for several repository utility packages. It integrates all development efforts from the beta phase, updating package versions and providing comprehensive changelog entries for the new stable releases. The changes reflect a cleanup of release-related artifacts, ensuring a streamlined and accurate version history.

Highlights

  • Major Version Release: This pull request finalizes the 3.0.0 major version release for multiple core packages within the repository, including @0xsequence/api, @0xsequence/builder, @0xsequence/guard, @0xsequence/identity-instrument, @0xsequence/indexer, @0xsequence/marketplace, @0xsequence/metadata, @0xsequence/relayer, @0xsequence/userdata, @0xsequence/abi, @0xsequence/wallet-core, @0xsequence/dapp-client, @0xsequence/wallet-primitives, and @0xsequence/wallet-wdk. Additionally, @repo/eslint-config, @repo/typescript-config, and @repo/ui have been released as version 0.0.1.
  • Changelog Consolidation: All accumulated patch changes and fixes from various beta releases (e.g., ethauth support, new chains, dapp connector fixes, relayer RPC fixes, multicall3 optimization, Apple auth fixes, userdata service updates, and EOA login updates) have been consolidated and documented under the new 3.0.0 (or 0.0.1 for repo packages) entries in their respective CHANGELOG.md files.
  • Changeset Cleanup: Numerous temporary changeset markdown files and the pre.json configuration file, which were used to track changes during the beta development cycle, have been removed as part of the release process.
Changelog
  • packages/services/api/CHANGELOG.md
    • ethauth support
    • New chains, minor fixes
    • Beta release with dapp connector fixes
    • New chains, relayer rpc fix
    • dapp-client updates
    • Fix signer 404 error, minor fixes
    • multicall3 optimization
    • 3.0.0 beta
    • Beta release for v3
    • Final RC before 3.0.0
    • Apple auth fixes
    • Apple auth fix
    • Userdata service updates
    • 3.0.0-beta.3 with fixes
    • 3.0.0 release
    • 3.0.0-beta.2 with identity instrument updates
    • Relayer fee options fix
    • dapp client updates for EOA login
    • 3.0.0-beta.1
    • RC5 upgrade
  • packages/services/builder/CHANGELOG.md
    • ethauth support
    • New chains, minor fixes
    • Beta release with dapp connector fixes
    • New chains, relayer rpc fix
    • dapp-client updates
    • Fix signer 404 error, minor fixes
    • multicall3 optimization
    • 3.0.0 beta
    • Beta release for v3
    • Final RC before 3.0.0
    • Apple auth fixes
    • Apple auth fix
    • Userdata service updates
    • 3.0.0-beta.3 with fixes
    • 3.0.0 release
    • 3.0.0-beta.2 with identity instrument updates
    • Relayer fee options fix
    • dapp client updates for EOA login
    • 3.0.0-beta.1
    • RC5 upgrade
  • packages/services/guard/CHANGELOG.md
    • ethauth support
    • New chains, minor fixes
    • Beta release with dapp connector fixes
    • New chains, relayer rpc fix
    • dapp-client updates
    • Fix signer 404 error, minor fixes
    • multicall3 optimization
    • 3.0.0 beta
    • Beta release for v3
    • Final RC before 3.0.0
    • Apple auth fixes
    • Apple auth fix
    • Userdata service updates
    • 3.0.0-beta.3 with fixes
    • 3.0.0 release
    • 3.0.0-beta.2 with identity instrument updates
    • Relayer fee options fix
    • dapp client updates for EOA login
    • 3.0.0-beta.1
    • RC5 upgrade
  • packages/services/identity-instrument/CHANGELOG.md
    • ethauth support
    • New chains, minor fixes
    • Beta release with dapp connector fixes
    • New chains, relayer rpc fix
    • dapp-client updates
    • Fix signer 404 error, minor fixes
    • multicall3 optimization
    • 3.0.0 beta
    • Beta release for v3
    • Final RC before 3.0.0
    • Apple auth fixes
    • Apple auth fix
    • Userdata service updates
    • 3.0.0-beta.3 with fixes
    • 3.0.0 release
    • 3.0.0-beta.2 with identity instrument updates
    • Relayer fee options fix
    • dapp client updates for EOA login
    • 3.0.0-beta.1
    • RC5 upgrade
  • packages/services/indexer/CHANGELOG.md
    • ethauth support
    • New chains, minor fixes
    • Beta release with dapp connector fixes
    • New chains, relayer rpc fix
    • dapp-client updates
    • Fix signer 404 error, minor fixes
    • multicall3 optimization
    • 3.0.0 beta
    • Beta release for v3
    • Final RC before 3.0.0
    • Apple auth fixes
    • Apple auth fix
    • Userdata service updates
    • 3.0.0-beta.3 with fixes
    • 3.0.0 release
    • 3.0.0-beta.2 with identity instrument updates
    • Relayer fee options fix
    • dapp client updates for EOA login
    • 3.0.0-beta.1
    • RC5 upgrade
  • packages/services/marketplace/CHANGELOG.md
    • ethauth support
    • New chains, minor fixes
    • Beta release with dapp connector fixes
    • New chains, relayer rpc fix
    • dapp-client updates
    • Fix signer 404 error, minor fixes
    • multicall3 optimization
    • 3.0.0 beta
    • Beta release for v3
    • Final RC before 3.0.0
    • Apple auth fixes
    • Apple auth fix
    • Userdata service updates
    • 3.0.0-beta.3 with fixes
    • 3.0.0 release
    • 3.0.0-beta.2 with identity instrument updates
    • Relayer fee options fix
    • dapp client updates for EOA login
    • 3.0.0-beta.1
    • RC5 upgrade
  • packages/services/metadata/CHANGELOG.md
    • ethauth support
    • New chains, minor fixes
    • Beta release with dapp connector fixes
    • New chains, relayer rpc fix
    • dapp-client updates
    • Fix signer 404 error, minor fixes
    • multicall3 optimization
    • 3.0.0 beta
    • Beta release for v3
    • Final RC before 3.0.0
    • Apple auth fixes
    • Apple auth fix
    • Userdata service updates
    • 3.0.0-beta.3 with fixes
    • 3.0.0 release
    • 3.0.0-beta.2 with identity instrument updates
    • Relayer fee options fix
    • dapp client updates for EOA login
    • 3.0.0-beta.1
    • RC5 upgrade
  • packages/services/relayer/CHANGELOG.md
    • ethauth support
    • New chains, minor fixes
    • Beta release with dapp connector fixes
    • New chains, relayer rpc fix
    • dapp-client updates
    • Fix signer 404 error, minor fixes
    • multicall3 optimization
    • 3.0.0 beta
    • Beta release for v3
    • Final RC before 3.0.0
    • Apple auth fixes
    • Apple auth fix
    • Userdata service updates
    • 3.0.0-beta.3 with fixes
    • 3.0.0 release
    • 3.0.0-beta.2 with identity instrument updates
    • Relayer fee options fix
    • dapp client updates for EOA login
    • 3.0.0-beta.1
    • RC5 upgrade
    • Updated dependencies [f68be62]
    • Updated dependencies [49d8a2f]
    • Updated dependencies [3411232]
    • Updated dependencies [23cb9e9]
    • Updated dependencies [f5f6a7a]
    • Updated dependencies [e7de3b1]
    • Updated dependencies [493836f]
    • Updated dependencies [30e1f1a]
    • Updated dependencies [d5017e8]
    • Updated dependencies [24a5fab]
    • Updated dependencies [e5e1a03]
    • Updated dependencies [0b63113]
    • Updated dependencies [a89134a]
    • Updated dependencies [7c6c811]
    • Updated dependencies
    • Updated dependencies [98ce38b]
    • Updated dependencies [747e6b5]
    • Updated dependencies [40c19ff]
    • Updated dependencies [6d5de25]
    • Updated dependencies [934acd1]
    • @0xsequence/wallet-primitives@3.0.0
  • packages/services/userdata/CHANGELOG.md
    • ethauth support
    • New chains, minor fixes
    • Beta release with dapp connector fixes
    • New chains, relayer rpc fix
    • dapp-client updates
    • Fix signer 404 error, minor fixes
    • multicall3 optimization
    • 3.0.0 beta
    • Beta release for v3
    • Final RC before 3.0.0
    • Apple auth fixes
    • Apple auth fix
    • Userdata service updates
    • 3.0.0 release
    • Relayer fee options fix
    • dapp client updates for EOA login
  • packages/utils/abi/CHANGELOG.md
    • ethauth support
    • New chains, minor fixes
    • Beta release with dapp connector fixes
    • New chains, relayer rpc fix
    • dapp-client updates
    • Fix signer 404 error, minor fixes
    • multicall3 optimization
    • 3.0.0 beta
    • Beta release for v3
    • Final RC before 3.0.0
    • Apple auth fixes
    • Apple auth fix
    • Userdata service updates
    • 3.0.0-beta.3 with fixes
    • 3.0.0 release
    • 3.0.0-beta.2 with identity instrument updates
    • Relayer fee options fix
    • dapp client updates for EOA login
    • 3.0.0-beta.1
    • RC5 upgrade
  • packages/wallet/core/CHANGELOG.md
    • ethauth support
    • New chains, minor fixes
    • Beta release with dapp connector fixes
    • New chains, relayer rpc fix
    • dapp-client updates
    • Fix signer 404 error, minor fixes
    • multicall3 optimization
    • 3.0.0 beta
    • Beta release for v3
    • Final RC before 3.0.0
    • Apple auth fixes
    • Apple auth fix
    • Userdata service updates
    • 3.0.0-beta.3 with fixes
    • 3.0.0 release
    • 3.0.0-beta.2 with identity instrument updates
    • Relayer fee options fix
    • dapp client updates for EOA login
    • 3.0.0-beta.1
    • RC5 upgrade
    • Updated dependencies [f68be62]
    • Updated dependencies [49d8a2f]
    • Updated dependencies [3411232]
    • Updated dependencies [23cb9e9]
    • Updated dependencies [f5f6a7a]
    • Updated dependencies [e7de3b1]
    • Updated dependencies [493836f]
    • Updated dependencies [30e1f1a]
    • Updated dependencies [d5017e8]
    • Updated dependencies [24a5fab]
    • Updated dependencies [e5e1a03]
    • Updated dependencies [0b63113]
    • Updated dependencies [a89134a]
    • Updated dependencies [7c6c811]
    • Updated dependencies
    • Updated dependencies [98ce38b]
    • Updated dependencies [747e6b5]
    • Updated dependencies [40c19ff]
    • Updated dependencies [6d5de25]
    • Updated dependencies [934acd1]
    • @0xsequence/guard@3.0.0
    • @0xsequence/relayer@3.0.0
    • @0xsequence/wallet-primitives@3.0.0
  • packages/wallet/dapp-client/CHANGELOG.md
    • ethauth support
    • New chains, minor fixes
    • Beta release with dapp connector fixes
    • New chains, relayer rpc fix
    • dapp-client updates
    • Fix signer 404 error, minor fixes
    • multicall3 optimization
    • 3.0.0 beta
    • Beta release for v3
    • Final RC before 3.0.0
    • Apple auth fixes
    • Apple auth fix
    • Userdata service updates
    • 3.0.0-beta.3 with fixes
    • 3.0.0 release
    • 3.0.0-beta.2 with identity instrument updates
    • Relayer fee options fix
    • dapp client updates for EOA login
    • 3.0.0-beta.1
    • RC5 upgrade
    • Updated dependencies [f68be62]
    • Updated dependencies [49d8a2f]
    • Updated dependencies [3411232]
    • Updated dependencies [23cb9e9]
    • Updated dependencies [f5f6a7a]
    • Updated dependencies [e7de3b1]
    • Updated dependencies [493836f]
    • Updated dependencies [30e1f1a]
    • Updated dependencies [d5017e8]
    • Updated dependencies [24a5fab]
    • Updated dependencies [e5e1a03]
    • Updated dependencies [0b63113]
    • Updated dependencies [a89134a]
    • Updated dependencies [7c6c811]
    • Updated dependencies
    • Updated dependencies [98ce38b]
    • Updated dependencies [747e6b5]
    • Updated dependencies [40c19ff]
    • Updated dependencies [6d5de25]
    • Updated dependencies [934acd1]
    • @0xsequence/guard@3.0.0
    • @0xsequence/relayer@3.0.0
    • @0xsequence/wallet-core@3.0.0
    • @0xsequence/wallet-primitives@3.0.0
  • packages/wallet/primitives/CHANGELOG.md
    • ethauth support
    • New chains, minor fixes
    • Beta release with dapp connector fixes
    • New chains, relayer rpc fix
    • dapp-client updates
    • Fix signer 404 error, minor fixes
    • multicall3 optimization
    • 3.0.0 beta
    • Beta release for v3
    • Final RC before 3.0.0
    • Apple auth fixes
    • Apple auth fix
    • Userdata service updates
    • 3.0.0-beta.3 with fixes
    • 3.0.0 release
    • 3.0.0-beta.2 with identity instrument updates
    • Relayer fee options fix
    • dapp client updates for EOA login
    • 3.0.0-beta.1
    • RC5 upgrade
  • packages/wallet/wdk/CHANGELOG.md
    • ethauth support
    • New chains, minor fixes
    • Beta release with dapp connector fixes
    • New chains, relayer rpc fix
    • dapp-client updates
    • Fix signer 404 error, minor fixes
    • multicall3 optimization
    • 3.0.0 beta
    • Beta release for v3
    • Final RC before 3.0.0
    • Apple auth fixes
    • Apple auth fix
    • Userdata service updates
    • 3.0.0-beta.3 with fixes
    • 3.0.0 release
    • 3.0.0-beta.2 with identity instrument updates
    • Relayer fee options fix
    • dapp client updates for EOA login
    • 3.0.0-beta.1
    • RC5 upgrade
    • Updated dependencies [f68be62]
    • Updated dependencies [49d8a2f]
    • Updated dependencies [3411232]
    • Updated dependencies [23cb9e9]
    • Updated dependencies [f5f6a7a]
    • Updated dependencies [e7de3b1]
    • Updated dependencies [493836f]
    • Updated dependencies [30e1f1a]
    • Updated dependencies [d5017e8]
    • Updated dependencies [24a5fab]
    • Updated dependencies [e5e1a03]
    • Updated dependencies [0b63113]
    • Updated dependencies [a89134a]
    • Updated dependencies [7c6c811]
    • Updated dependencies
    • Updated dependencies [98ce38b]
    • Updated dependencies [747e6b5]
    • Updated dependencies [40c19ff]
    • Updated dependencies [6d5de25]
    • Updated dependencies [934acd1]
    • @0xsequence/guard@3.0.0
    • @0xsequence/identity-instrument@3.0.0
    • @0xsequence/relayer@3.0.0
    • @0xsequence/wallet-core@3.0.0
    • @0xsequence/wallet-primitives@3.0.0
  • repo/eslint-config/CHANGELOG.md
    • Beta release for v3
    • 3.0.0-beta.3 with fixes
  • repo/typescript-config/CHANGELOG.md
    • Beta release for v3
    • 3.0.0-beta.3 with fixes
  • repo/ui/CHANGELOG.md
    • Beta release for v3
    • 3.0.0-beta.3 with fixes
Activity
  • Dargon789 created this pull request to release version 3.0.0 of several packages.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey - I've found 8 issues

Prompt for AI Agents
Please address the comments from this code review:

## Individual Comments

### Comment 1
<location path="packages/wallet/wdk/CHANGELOG.md" line_range="10" />
<code_context>
+- f68be62: ethauth support
+- 49d8a2f: New chains, minor fixes
+- 3411232: Beta release with dapp connector fixes
+- 23cb9e9: New chains, relayer rpc fix
+- f5f6a7a: dapp-client updates
+- e7de3b1: Fix signer 404 error, minor fixes
</code_context>
<issue_to_address>
**nitpick (typo):** Consider capitalizing the acronym "RPC" in "relayer rpc fix".

This will keep acronym capitalization consistent with entries like EOA and RC5.

```suggestion
- 23cb9e9: New chains, relayer RPC fix
```
</issue_to_address>

### Comment 2
<location path="packages/wallet/dapp-client/CHANGELOG.md" line_range="10" />
<code_context>
+- f68be62: ethauth support
+- 49d8a2f: New chains, minor fixes
+- 3411232: Beta release with dapp connector fixes
+- 23cb9e9: New chains, relayer rpc fix
+- f5f6a7a: dapp-client updates
+- e7de3b1: Fix signer 404 error, minor fixes
</code_context>
<issue_to_address>
**nitpick (typo):** Consider capitalizing "RPC" in this entry.

This will keep acronym capitalization consistent with the rest of the changelog.

```suggestion
- 23cb9e9: New chains, relayer RPC fix
```
</issue_to_address>

### Comment 3
<location path="packages/wallet/core/CHANGELOG.md" line_range="10" />
<code_context>
+- f68be62: ethauth support
+- 49d8a2f: New chains, minor fixes
+- 3411232: Beta release with dapp connector fixes
+- 23cb9e9: New chains, relayer rpc fix
+- f5f6a7a: dapp-client updates
+- e7de3b1: Fix signer 404 error, minor fixes
</code_context>
<issue_to_address>
**nitpick (typo):** Acronym "rpc" should likely be uppercase.

Consider capitalizing RPC in this entry for consistency with standard acronym usage.

```suggestion
- 23cb9e9: New chains, relayer RPC fix
```
</issue_to_address>

### Comment 4
<location path="packages/services/relayer/CHANGELOG.md" line_range="10" />
<code_context>
+- f68be62: ethauth support
+- 49d8a2f: New chains, minor fixes
+- 3411232: Beta release with dapp connector fixes
+- 23cb9e9: New chains, relayer rpc fix
+- f5f6a7a: dapp-client updates
+- e7de3b1: Fix signer 404 error, minor fixes
</code_context>
<issue_to_address>
**nitpick (typo):** Use standard capitalization for "RPC".

So this line would become: `New chains, relayer RPC fix`.

```suggestion
- 23cb9e9: New chains, relayer RPC fix
```
</issue_to_address>

### Comment 5
<location path="packages/services/api/CHANGELOG.md" line_range="10" />
<code_context>
+- f68be62: ethauth support
+- 49d8a2f: New chains, minor fixes
+- 3411232: Beta release with dapp connector fixes
+- 23cb9e9: New chains, relayer rpc fix
+- f5f6a7a: dapp-client updates
+- e7de3b1: Fix signer 404 error, minor fixes
</code_context>
<issue_to_address>
**nitpick (typo):** Consider capitalizing the "RPC" acronym.

Updating this entry to "relayer RPC fix" will match the existing acronym style used elsewhere in the changelog.

```suggestion
- 23cb9e9: New chains, relayer RPC fix
```
</issue_to_address>

### Comment 6
<location path="packages/utils/abi/CHANGELOG.md" line_range="10" />
<code_context>
+- f68be62: ethauth support
+- 49d8a2f: New chains, minor fixes
+- 3411232: Beta release with dapp connector fixes
+- 23cb9e9: New chains, relayer rpc fix
+- f5f6a7a: dapp-client updates
+- e7de3b1: Fix signer 404 error, minor fixes
</code_context>
<issue_to_address>
**nitpick (typo):** Minor acronym capitalization tweak for "rpc".

Consider changing this to "relayer RPC fix" to match acronym capitalization elsewhere in the changelog.

```suggestion
- 23cb9e9: New chains, relayer RPC fix
```
</issue_to_address>

### Comment 7
<location path="packages/wallet/primitives/CHANGELOG.md" line_range="10" />
<code_context>
+- f68be62: ethauth support
+- 49d8a2f: New chains, minor fixes
+- 3411232: Beta release with dapp connector fixes
+- 23cb9e9: New chains, relayer rpc fix
+- f5f6a7a: dapp-client updates
+- e7de3b1: Fix signer 404 error, minor fixes
</code_context>
<issue_to_address>
**nitpick (typo):** Standardize "RPC" acronym capitalization.

Use “relayer RPC fix” here to match the capitalization used elsewhere.

```suggestion
- 23cb9e9: New chains, relayer RPC fix
```
</issue_to_address>

### Comment 8
<location path="packages/services/userdata/CHANGELOG.md" line_range="10" />
<code_context>
+- f68be62: ethauth support
+- 49d8a2f: New chains, minor fixes
+- 3411232: Beta release with dapp connector fixes
+- 23cb9e9: New chains, relayer rpc fix
+- f5f6a7a: dapp-client updates
+- e7de3b1: Fix signer 404 error, minor fixes
</code_context>
<issue_to_address>
**nitpick (typo):** Use uppercase "RPC" instead of "rpc".

Keeps acronym capitalization consistent with the rest of the changelog.

```suggestion
- 23cb9e9: New chains, relayer RPC fix
```
</issue_to_address>

Fix all in Cursor


Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request automates the 3.0.0 release by updating package versions and consolidating changelogs. The changes are mostly mechanical and look correct for a release PR. I've identified a couple of minor issues in the generated changelogs: some contain a redundant '3.0.0 release' entry, and others have an 'Updated dependencies' line without a commit hash. I've left specific comments suggesting the removal of these lines to improve the clarity and correctness of the changelogs.

@Dargon789
Copy link
Owner Author

@Mergifyio refresh

@mergify
Copy link

mergify bot commented Mar 5, 2026

refresh

✅ Pull request refreshed

@mergify
Copy link

mergify bot commented Mar 5, 2026

⚠️ The sha of the head commit of this PR conflicts with #321. Mergify cannot evaluate rules on this PR. Once #321 is merged or closed, Mergify will resume processing this PR. ⚠️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants