Skip to content

Comments

Foundry v1.5.0 instead of nightly (0xsequence#947) (#134)#254

Open
Dargon789 wants to merge 1 commit intomasterfrom
foundry-v1.5.0-instead-of-nightly-(0xsequence#947)-(#134)
Open

Foundry v1.5.0 instead of nightly (0xsequence#947) (#134)#254
Dargon789 wants to merge 1 commit intomasterfrom
foundry-v1.5.0-instead-of-nightly-(0xsequence#947)-(#134)

Conversation

@Dargon789
Copy link
Owner

No description provided.

* Bump next from 15.5.7 to 15.5.9 (0xsequence#944)

Bumps [next](https://github.com/vercel/next.js) from 15.5.7 to 15.5.9.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v15.5.7...v15.5.9)

---
updated-dependencies:
- dependency-name: next
  dependency-version: 15.5.9
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Pin foundry to v1.5.0 instead of nightly (0xsequence#947)

* Include repo and extras in syncpack config to ensure deps are synced (0xsequence#945)

* Include repo and extras in syncpack config to ensure deps are synced across all

* Updating support deps

* Updating deps

* Updating pnpm lock

* Fixing type errors within wdk tests

* Short circuit 404s (0xsequence#949)

* skip witness on signers that don't support it

* add passkey to test

* 3.0.0-beta.6

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Taylan Pince <taylanpince@gmail.com>
Co-authored-by: Corban Riley <corbanbrook@gmail.com>
Co-authored-by: Agusx1211 <agusgit@pm.me>
@codesandbox
Copy link

codesandbox bot commented Jan 31, 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.

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 770

@snyk-io
Copy link

snyk-io bot commented Jan 31, 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 implements a substantial architectural shift, transitioning the project's monorepo management to turbo and lefthook, and re-architecting the core wallet SDK to a new v3 structure. It also introduces new Next.js applications for documentation and web interfaces, alongside general updates to development tooling and CI/CD pipelines. The changes aim to modernize the build system, streamline development workflows, and lay the groundwork for the next major version of the Sequence wallet SDK.

Highlights

  • Monorepo Tooling Migration: The project has transitioned from preconstruct and custom scripts to turbo for monorepo management, significantly updating package.json scripts and introducing lefthook for git hooks to streamline development workflows.
  • Core Library Re-architecture (v3): The previous 0xsequence core package and several sub-packages (abi, account, api, auth, core) have been removed. The project is now structured around new v3 core libraries such as @0xsequence/wallet-primitives, @0xsequence/wallet-core, and @0xsequence/wallet-wdk, indicating a major re-architecture of the wallet SDK.
  • Build and CI/CD Enhancements: GitHub Actions for dependency installation have been updated to use newer Node.js (v20) and PNPM (v10) versions, along with actions/cache v4. ESLint and Prettier configurations have been simplified, and a new .github/CODEOWNERS file has been added for better code ownership management.
  • New Next.js Applications: Two new Next.js applications, docs and web, have been introduced under an extras/ directory. These applications come with their own configurations, basic page structures, and associated assets, suggesting an expansion of the project's web presence and documentation.
  • Changeset Management Update: The .changeset/config.json has been updated to a newer schema (3.0.5), and several new changeset files have been added, detailing a series of patch releases and a beta release for v3 across various @0xsequence and @repo packages.
Ignored Files
  • Ignored by pattern: .github/workflows/** (3)
    • .github/workflows/on_pr_pnpm-format-label.yml
    • .github/workflows/pnpm-format.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.

@Dargon789 Dargon789 enabled auto-merge January 31, 2026 08:42
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 represents a significant and impressive overhaul of the repository's tooling and structure. The migration to Turborepo, pnpm, Changesets, and Lefthook modernizes the development workflow and improves maintainability. The project structure has been simplified by refactoring numerous packages into a more cohesive architecture under packages/wallet and packages/services. The configuration updates across the board, from ESLint and Prettier to GitHub Actions, are well-executed and follow modern best practices. I've added a couple of minor suggestions to improve the new configuration, but overall, this is an excellent and well-thought-out refactoring effort.

Base automatically changed from codesandbox to master January 31, 2026 11:37
@Dargon789 Dargon789 linked an issue Feb 3, 2026 that may be closed by this pull request
@Dargon789 Dargon789 self-assigned this Feb 5, 2026
@Dargon789 Dargon789 added documentation Improvements or additions to documentation duplicate This issue or pull request already exists enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers invalid This doesn't seem right question Further information is requested dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 5, 2026
@github-project-automation github-project-automation bot moved this to Backlog in Hardhat Feb 5, 2026
@Dargon789 Dargon789 moved this from Backlog to In Review in Hardhat Feb 5, 2026
@Dargon789 Dargon789 linked an issue Feb 7, 2026 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file documentation Improvements or additions to documentation duplicate This issue or pull request already exists enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed invalid This doesn't seem right javascript Pull requests that update javascript code question Further information is requested

Projects

Status: In Review
Status: Todo

1 participant