v0.24.3
Version 0.24.3 polishes transaction details, fixes a double playback issue on the success screen, improves seed phrase import validation, and updates WizardConnect for better connection stability.
Improvements
-
Transaction Details
- Added navigation between transaction detail and transaction summary pages for multi-asset transactions.
- Added a button on the transaction detail page to jump to the summary when a transaction involves multiple assets.
-
Seed Phrase Import
- Improved UX with per-word validation against the BIP39 wordlist.
- Invalid words are highlighted with a red border and background for immediate visual feedback.
- Debounced validation (400 ms) triggers when correcting invalid words.
-
WizardConnect
- Bumped
@wizardconnect/coreand@wizardconnect/walletto^0.2.0. - Fixes silent disconnects by adding ping/pong keepalive.
- Removed stale patches that no longer apply to the 0.2.x line.
- Bumped
Bug Fixes
- Transaction Details
- Fixed missing network fee when navigating directly from the send page (now fetches complete API data in the background).
- Prevented confetti and success audio from playing twice when the background fetch updates the transaction data.