Conversation
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
|
|
Reviewer's GuideFinalize the 3.0.0 release by promoting multiple packages from beta to stable, updating their changelogs with aggregated beta notes, making a minor network metadata tweak, and cleaning up Changeset pre-release files. Flow diagram for promoting beta packages to 3_0_0 stablegraph TD
A["Aggregate beta changes into changelogs"] --> B["Update versions from 3.0.0-beta.19 to 3.0.0 for core packages"]
B --> C["Update versions from 0.0.1-beta.1 to 0.0.1 for repo tooling packages"]
C --> D["Apply minor metadata tweak to Base network title"]
D --> E["Remove Changeset pre-release and individual changeset files"]
E --> F["Publish stable 3.0.0 release across packages"]
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
Summary of ChangesHello, 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 finalizes the release of version 3.0.0 for the sequence.js library, moving it out of its beta phase. The changes primarily involve updating package versions to 3.0.0, incorporating all previous beta patch notes into the official changelogs, and removing the temporary changeset files that facilitated the beta releases. Additionally, a minor textual adjustment was made to a network's display name for clarity. Highlights
Changelog
Activity
Using Gemini Code AssistThe 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
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 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
|
There was a problem hiding this comment.
Code Review
This pull request promotes the v3 stack to the 3.0.0 stable release. The changes primarily consist of version bumps in package.json files, updates to CHANGELOG.md files, and the removal of processed changeset files, which is standard for a release. I've noticed some inconsistencies in the auto-generated changelogs, with generic entries that could be cleaned up for better clarity. Otherwise, the changes look good for a release.
* Update test names * Fix handling for multiple explicit signers
Head branch was pushed to by a user without write access
use isIncrementCall in signCall
#325
Summary by Sourcery
Promote the Sequence v3 stack from beta to the 3.0.0 stable release across wallet, services, and utility packages, incorporating accumulated auth, network, and dapp client improvements.
New Features:
Bug Fixes:
Enhancements:
Build: