-
Notifications
You must be signed in to change notification settings - Fork 619
Wallet connection manager fixes #3264
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
🦋 Changeset detectedLatest commit: 39d98da The changes in this PR will be included in the next version bump. This PR includes changesets to release 8 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
CodSpeed Performance ReportMerging #3264 will not alter performanceComparing Summary
|
size-limit report 📦
|
| handleSetActiveWallet(activeWallet); | ||
|
|
||
| // add personal wallet to connected wallets list | ||
| addConnectedWallet(personalWallet); |
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.
I think we should still add the EOA as a connected wallet. What's the reasoning for removing this?
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.
reverted this change
|
/release-pr |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3264 +/- ##
==========================================
- Coverage 63.28% 63.22% -0.07%
==========================================
Files 835 834 -1
Lines 63507 63398 -109
Branches 3433 3432 -1
==========================================
- Hits 40191 40081 -110
- Misses 22641 22642 +1
Partials 675 675
*This pull request uses carry forward flags. Click here to find out more.
|
PR-Codex overview
This PR removes the feature that automatically sets another connected wallet as active when disconnecting the current active wallet. It also stops saving the personal wallet separately in the connected wallets list.
Detailed summary