Skip to content

2.3.7 (#131) (#132)#239

Open
Dargon789 wants to merge 4 commits intomasterfrom
2.3.7-(#131)-(#132)
Open

2.3.7 (#131) (#132)#239
Dargon789 wants to merge 4 commits intomasterfrom
2.3.7-(#131)-(#132)

Conversation

@Dargon789
Copy link
Owner

No description provided.

taylanpince and others added 3 commits January 20, 2026 18:22
* Fix apple auth scope (0xsequence#950)

* Fix apple auth scope

* Fix Apple auth scope test

* 3.0.0-beta.7

* Update apple auth scope (0xsequence#951)

* 3.0.0-beta.8

* dapp-client: export TransportMessage and MessageType

* Adding eoa LoginMethod to dapp-client

* 3.0.0-beta.9

* chore(dapp-client): re-export network/util helpers and add explicit session config helper

* 3.0.0-beta.10

---------

Co-authored-by: tolgahan-arikan <tolgahan.arikan@gmail.com>
Co-authored-by: Taylan Pince <taylanpince@gmail.com>
Co-authored-by: Corban Riley <corbanbrook@gmail.com>
@codesandbox
Copy link

codesandbox bot commented Jan 23, 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 Jan 23, 2026

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

Project Deployment Review Updated (UTC)
sequence-js-web Ready Ready Preview, Comment Jan 23, 2026 1:19pm
sequence.js Ready Ready Preview, Comment Jan 23, 2026 1:19pm
wagmi-project Ready Ready Preview, Comment Jan 23, 2026 1:19pm
1 Skipped Deployment
Project Deployment Review Updated (UTC)
sequence-js-docs Skipped Skipped Jan 23, 2026 1:19pm

@snyk-io
Copy link

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

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 @Dargon789, you have reached your weekly rate limit of 500000 diff characters.

Please try again later or upgrade to continue using Sourcery

@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 focuses on updating package versions and incorporating recent changes, including fixes for Apple authentication, updates for dapp clients, and enhancements to EOA login functionality. It also introduces new session management capabilities within the @0xsequence/dapp-client package.

Highlights

  • Version Updates: This PR updates the versions of multiple @0xsequence packages from 3.0.0-beta.6 to 3.0.0-beta.10.
  • Changelog Additions: It adds changelog entries for versions 3.0.0-beta.7 through 3.0.0-beta.10 to several packages, detailing patch changes related to dapp client updates, EOA login updates, and Apple auth fixes.
  • Apple Auth Scope Modification: The PR modifies the AuthCodeHandler in @0xsequence/wallet-wdk to conditionally exclude the scope parameter for Apple sign-ups.
  • dapp-client Enhancements: The PR introduces new exports and types in @0xsequence/dapp-client, including TransportMessage, MessageType, createExplicitSessionConfig, and related types for session management.
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 (squash) January 23, 2026 13:13
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

The pull request primarily focuses on version updates across various @0xsequence packages, reflecting new beta releases and their associated patch changes. Key functional updates include enhancements to dapp-client, specifically adding support for EOA login and introducing new utilities for explicit session configuration. Additionally, there are fixes related to Apple authentication, ensuring the scope parameter is handled correctly. The changes are well-structured and include corresponding updates in changelog and package manifest files, along with new test assertions for the Apple auth fix. Overall, the changes appear to be a solid progression in the library's development.

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.

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

good first issue Good for newcomers

Projects

Status: In Review
Status: Todo

Development

Successfully merging this pull request may close these issues.

# Class diagram for explicit session configuration utilities in dapp-client Class diagram for new explicit session helper types

2 participants