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.5.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.6.0
Choose a head ref
  • 8 commits
  • 30 files changed
  • 4 contributors

Commits on Sep 24, 2024

  1. chore(deps): update lute-connect to v1.4.1 (#268)

    * update lute-connect
    
    * update lock file
    acfunk authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    ec20823 View commit details
    Browse the repository at this point in the history
  2. fix(wallets): correct disconnect handling for Pera and Defly (#272)

    * fix(wallets): Register disconnect listeners after connection
    
    The disconnect event listeners for Pera (v1), Pera (v2), and Defly wallets are now properly registered after successful connection. This ensures that deleting a session in the wallet's mobile app triggers the `onDisconnect` method, correctly updating the `WalletProvider` store.
    
    - Moved disconnect event listener registration to the `connect` method
    - Removed premature event listener registration in `initializeClient`
    
    * fix(wallets): Use arrow function for BaseWallet onDisconnect
    
    The `onDisconnect` method in `BaseWallet` is now an arrow function to preserve the correct 'this' context when called as an event listener. This fixes an issue where 'this.store' was undefined in `removeWallet` when the disconnect event was triggered.
    
    - Changed `onDisconnect` from a regular method to an arrow function
    - Added debug logging when removing wallet from store
    
    * test(wallets): add Pera and Defly disconnect event handling tests
    
    - Add tests for disconnect event listener registration
    - Implement tests for handling disconnect events
    - Update mock structures for Pera and Defly wallets
    
    * test(wallets): fix WalletId in Pera (v2 beta) tests
    
    * test(wallets): add Pera (v2 beta) disconnect event handling tests
    drichar authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    caa7f48 View commit details
    Browse the repository at this point in the history
  3. feat(networks): add voimain, aramidmain, fix caip10 fnet (#267)

    * add voimain, aramidmain, fix caip10 fnet
    
    * prettier fix
    scholtz authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    fa55713 View commit details
    Browse the repository at this point in the history
  4. feat(wallets): add Biatec Wallet (#255)

    * Biatec Wallet to UseWallet
    
    * Update logo
    
    * fix import
    
    * prettier:fix
    scholtz authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    c1e8849 View commit details
    Browse the repository at this point in the history
  5. chore(deps): update non-major dependencies (#269)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    ac872cc View commit details
    Browse the repository at this point in the history
  6. chore(deps): update dependency typescript to v5.6.2 (#270)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    ac1b93a View commit details
    Browse the repository at this point in the history
  7. chore(deps): upgrade lute-connect to v1.4.1

    This upgrades the core library's `devDependencies` to use the latest version, which was missed in #268
    drichar committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    e42727e View commit details
    Browse the repository at this point in the history
  8. chore: release v3.6.0

    drichar committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    2d330f7 View commit details
    Browse the repository at this point in the history
Loading