-
Notifications
You must be signed in to change notification settings - Fork 78
5.5.1 #1702
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
5.5.1 #1702
Conversation
* Add callback for guarded transcations * Update changelog * Remove log * Fix ts-ignore * Update tests * Update type * Update props * Update readme * Update
Summary of ChangesHello @mgavrila, 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 delivers version 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.
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 new SignTransactionsOptionsType with skipGuardian and callback options to the signTransactions method across various provider strategies, allowing for post-signing processing before guardian validation. The CHANGELOG.md and README.md are updated to reflect these changes and the version bump to 5.5.1. However, the review comments highlight that the CrossWindowProviderStrategy explicitly removes the guardTransactions call, which would disable 2FA/guardian support for this provider and requires clarification and documentation. Additionally, the skipGuardian option is not correctly passed to the guardTransactions helper function in src/providers/strategies/helpers/signTransactions/signTransactions.ts, preventing it from functioning as intended for providers that rely on this helper.
No description provided.