You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Freighter session persistence work in StellarWalletContext.tsx and WalletConnect.tsx is what #4 asked for: isConnected/isAllowed restoration, network change listener, install detection, BroadcastChannel cross-tab sync.
GitHub marks the PR mergeable, but a local test merge shows your branch (off pre-develop main) would silently revert the sponsored-withdrawal hooks from #29 in StellarReceive.tsx (the feeBumpHash, showSponsorPrompt state your diff removes was just added). Rebase needed:
git fetch origin
git rebase origin/develop
git push --force-with-lease
Keep your context changes; drop the StellarReceive.tsx and StellarSend.tsx reverts during the rebase (they were stale-base artifacts, not intentional). Thanks @kaycke1337.
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
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.
Summary
No wallet signatures or sensitive key material are cached; Stellar stealth keys are cleared on disconnect, address changes, and network changes.
Closes #4
Validation
Build completed successfully. Vite still reports existing dependency/chunk-size warnings from bundled wallet SDK dependencies.