Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: TxnLab/use-wallet
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.11.0
Choose a base ref
...
head repository: TxnLab/use-wallet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.11.1
Choose a head ref
  • 2 commits
  • 9 files changed
  • 1 contributor

Commits on Dec 18, 2024

  1. fix(wallets): prevent WalletConnect v1 session data collision (#329)

    Skip `reconnectSession` for inactive Pera/Defly wallets since wallet state
    is already managed by use-wallet. This prevents a bug where both wallets
    share the same WalletConnect v1 storage key, causing the inactive wallet
    to overwrite the active wallet's connected accounts on session resume.
    drichar authored Dec 18, 2024
    Configuration menu
    Copy the full SHA
    481da35 View commit details
    Browse the repository at this point in the history
  2. chore: release v3.11.1

    drichar committed Dec 18, 2024
    Configuration menu
    Copy the full SHA
    97fbae0 View commit details
    Browse the repository at this point in the history
Loading