Skip to content

Comments

1.0.8#234

Merged
Dargon789 merged 26 commits intomasterfrom
1.0.8
Jan 20, 2026
Merged

1.0.8#234
Dargon789 merged 26 commits intomasterfrom
1.0.8

Conversation

@Dargon789
Copy link
Owner

No description provided.

# 0xsequence

## 1.10.8
[Sequence](https://sequence.xyz): a modular web3 stack and smart wallet for Ethereum chains
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
@bolt-new-by-stackblitz
Copy link

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

@codesandbox
Copy link

codesandbox bot commented Jan 20, 2026

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

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.

Sorry, we are unable to review this pull request

The GitHub API does not allow us to fetch diffs exceeding 300 files, and this pull request has 589

Copy link

@github-advanced-security github-advanced-security bot left a comment

Choose a reason for hiding this comment

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

CodeQL found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.

Repository owner deleted a comment from vercel bot Jan 20, 2026
@snyk-io
Copy link

snyk-io bot commented Jan 20, 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.

@gemini-code-assist
Copy link

Summary of Changes

Hello @Dargon789, 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 represents a foundational architectural shift, reorganizing the project's modular components and modernizing its development toolchain. The changes aim to improve maintainability, standardize code quality, and provide robust infrastructure for future feature development, particularly around multi-version wallet management and enhanced testing capabilities.

Highlights

  • Monorepo Structure Overhaul: The project has undergone a significant refactoring, moving several packages (e.g., abi, api, auth, core, guard, indexer, metadata, relayer) into a new top-level 0xsequence package. This centralizes core components and simplifies dependencies.
  • Build System Transition to Preconstruct: The monorepo's build management has shifted from turbo to preconstruct, introducing new scripts for building, watching, releasing, and versioning packages, streamlining the development and release process.
  • Standardized Code Quality and Testing: New ESLint, Prettier, and Babel configurations have been added or updated to enforce consistent code style. A comprehensive browser-based testing infrastructure, including new test files and a Webpack test server, has been integrated to enhance testing coverage and reliability.
  • Introduction of @0xsequence/account Package: A new @0xsequence/account package has been added, providing advanced functionality for managing multi-network wallets, including versioned configurations, migration paths, and enhanced signer capabilities.
  • Core Package Enhancements for Wallet Versions: The @0xsequence/core package now includes distinct v1 and v2 implementations for wallet configurations and signatures, along with common utilities for context, readers, and transaction handling, enabling support for different wallet versions and migration strategies.
Ignored Files
  • Ignored by pattern: .github/workflows/** (2)
    • .github/workflows/fortify.yml
    • .github/workflows/tests.yml
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

@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 introduces a significant refactor and update to the project's development and build infrastructure, alongside core library changes. Key updates include migrating the monorepo build system from turbo to preconstruct, updating CI/CD configurations in .circleci/config.yml and lefthook.yml, and overhauling linting (.eslintrc.js) and formatting (.prettierrc) rules. The package.json reflects these changes with new scripts and dependencies, notably adding @tanstack/react-query, geth, viem, and wagmi. Documentation has been extensively updated in README.md and packages/0xsequence/README.md to reflect new workflows and testing instructions. Core library changes involve restructuring the 0xsequence package to re-export its sub-packages, and updates to the Account and Session classes, including new nonce selection logic and EIP-6492 support. Review comments highlight several areas for improvement: critical warnings about potential issues with API validation of v2 signatures, complex signature chaining logic, and the misuse of updateImageHash. There are also suggestions for improving test coverage (e.g., for wallet functionality, error responses), making hardcoded chain IDs configurable, addressing a LocalRelayer gas price re-estimation behavior, and clarifying documentation for complex logic and API limitations. Additionally, comments point out redundant test calls, unused imports, and a commented-out test utility file, suggesting further code cleanup and optimization.

@gemini-code-assist
Copy link

Warning

Gemini encountered an error creating the review. You can try again by commenting /gemini review.

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
@vercel
Copy link

vercel bot commented Jan 20, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
sequence-js-docs Ready Ready Preview, Comment Jan 20, 2026 7:19pm
sequence-js-web Ready Ready Preview, Comment Jan 20, 2026 7:19pm

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
Copy link
Owner Author

@Dargon789 Dargon789 left a comment

Choose a reason for hiding this comment

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

1.0.8 #234

@Dargon789 Dargon789 merged commit 3ea1f98 into master Jan 20, 2026
10 of 14 checks passed
@Dargon789 Dargon789 deleted the 1.0.8 branch January 20, 2026 19:26
@Dargon789 Dargon789 restored the 1.0.8 branch January 20, 2026 19:28
@Dargon789 Dargon789 deleted the 1.0.8 branch January 28, 2026 20:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant