2.0.7
Release Notes - ZilPay v2.0.7
Bug Fixes
- Fixed address mismatch when invalid password - Added validation to ensure correct number of words (minimum 12) in decrypted seed phrase, throwing an error for invalid sessions (background/storage/wallet.ts:214-218)
- Fixed token address type - Corrected token address type detection by using Address.fromStr(token.address).type instead of account address type (background/services/token.ts:109)
- Added proper validation for Bech32 addresses using HRP prefix check before processing (background/services/tx.ts:175)
- Improved transaction history error handling - Removed verbose error logging in popup to improve user experience (popup/pages/History.svelte:107-108)
Enhancements - Unique IDs for batch RPC requests - Assign unique sequential IDs to batch RPC requests to prevent conflicts (background/rpc/provider.ts:208)
Updates - Updated mainnet explorers - Added new blockchain explorers for Zilliqa mainnet:
- Viewblock (https://viewblock.io/zilliqa)
- Evmx (https://evmx.zilliqa.com)
- Blockscout Zilliqa (https://zq2-mainnet.blockscout.com)
- Otterscan (https://otterscan.zilliqa.com)
Code Improvements
- Fixed indentation in WalletService validateBip39CheckSum method (background/services/wallet.ts:47-63)