fix(bridge): improve Safe + WalletConnect stability [wip]#277
Draft
dewanshparashar wants to merge 2 commits intomasterfrom
Draft
fix(bridge): improve Safe + WalletConnect stability [wip]#277dewanshparashar wants to merge 2 commits intomasterfrom
dewanshparashar wants to merge 2 commits intomasterfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
1c9816e to
82d6ff8
Compare
25de037 to
cbcbfeb
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fix(bridge): improve Safe wallet + WalletConnect connection stability and transfer UX
Bump @walletconnect/ethereum-provider from 2.13.1 to 2.23.9 to pick up critical fixes: reconnection loop (2.15.2), EIP-1271 multi-sig signature validation (2.21.3), orphaned subscriber cleanup (2.23.9), and relayer memory exhaustion prevention (2.23.9).
Stop wiping WalletConnect session data (wc@2*, wagmi.store) on every page load — the original workaround for an infinite loop bug that was fixed upstream in 2.15.2. Replace the destructive disconnect handler (IndexedDB nuke + force reload) with targeted localStorage cleanup.
Fix transfer button double-click by making Button disable when loading, and fix the race condition where the finally block in moveFundsButtonOnClick reset isTransferring before the actual transfer function executed.
Also bump rainbowkit 2.2.4 -> 2.2.10, viem 2.38.5 -> 2.47.12, and @tanstack/react-query 5.63.0 -> 5.99.0 (all non-breaking).