Skip to content

2.0.7

Choose a tag to compare

@hicaru hicaru released this 04 Feb 04:14
· 10 commits to master since this release

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:
  • Fixed indentation in WalletService validateBip39CheckSum method (background/services/wallet.ts:47-63)