-
-
Notifications
You must be signed in to change notification settings - Fork 37
Comparing changes
Open a pull request
base repository: TxnLab/use-wallet
base: v3.5.0
head repository: TxnLab/use-wallet
compare: v3.6.0
- 8 commits
- 30 files changed
- 4 contributors
Commits on Sep 24, 2024
-
chore(deps): update lute-connect to v1.4.1 (#268)
* update lute-connect * update lock file
Configuration menu - View commit details
-
Copy full SHA for ec20823 - Browse repository at this point
Copy the full SHA ec20823View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for caa7f48 - Browse repository at this point
Copy the full SHA caa7f48View commit details -
feat(networks): add voimain, aramidmain, fix caip10 fnet (#267)
* add voimain, aramidmain, fix caip10 fnet * prettier fix
Configuration menu - View commit details
-
Copy full SHA for fa55713 - Browse repository at this point
Copy the full SHA fa55713View commit details -
feat(wallets): add Biatec Wallet (#255)
* Biatec Wallet to UseWallet * Update logo * fix import * prettier:fix
Configuration menu - View commit details
-
Copy full SHA for c1e8849 - Browse repository at this point
Copy the full SHA c1e8849View commit details -
chore(deps): update non-major dependencies (#269)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ac872cc - Browse repository at this point
Copy the full SHA ac872ccView commit details -
chore(deps): update dependency typescript to v5.6.2 (#270)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ac1b93a - Browse repository at this point
Copy the full SHA ac1b93aView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for e42727e - Browse repository at this point
Copy the full SHA e42727eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d330f7 - Browse repository at this point
Copy the full SHA 2d330f7View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.5.0...v3.6.0