Conversation
* 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>
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
|
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
✅ 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. |
There was a problem hiding this comment.
Sorry @Dargon789, you have reached your weekly rate limit of 500000 diff characters.
Please try again later or upgrade to continue using Sourcery
Summary of ChangesHello @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 Highlights
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
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.
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>
No description provided.