Release v2.2.7
github-actions
released this
03 Jul 11:13
·
287 commits
to develop
since this release
2.2.7 (2024-07-02)
Overview
Superhero Wallet introduces the following functionalities:
New Features
- Introduce Wallet Connect Connectivity Method for dapps integration
- Store your private keys offline, introduce Cold Wallet through AirGap Vault Integration.
- Enrich Gas Information to Transaction details
- Enrich Transaction Information for tokens
Bug Fixes
- Fix Camera permissions
- Gas Cost Fixes
- Fix ETH transaction details
- Multisig Improvements
Upgrades
- Update Backend Server for SH Notifications
- Update AE SDK to 13.3.2
- Code Libraries Upgrades
Features
- add function name to transaction details (749219d)
- add gas information to transaction details (986cc0e)
- airgap accounts can only send to address (b4f27bf)
- airgap: account import ui improvements (ab311b4)
- airgap: implement no qr flow & new design (67c2636)
- airgap: send transaction flow (33680e0)
- airgap: sign transactions (95e067f)
- airgap: update styling of input error and warning messages (a460c1c)
- eth chain id numeric instead of hex (07cb2e1)
- eth wallet connect dapps support (d16dffa)
- modal open return type (58f0624)
- show error modal when airGap account tries to signMessage (de6b03b)
- the ability to connect qr based hardware wallet (d32fa56)
- wallet connect extension open tx confirm modal (b00ec2a)
- walletConnect transaction sign modal alignments (20b1854)
Bug Fixes
- airgap extension issues (ebbdca3)
- alignment on AccountInfo (001b00e)
- cache currency rates (d8ee2ed)
- camera permission request on ff (f13487a)
- copy multifragment qr code (cd3ce29)
- custom networks are testnet type (1a377d5)
- do not overload node with dry-runs (af537dc)
- do not show symbol for gasUsed (227fa42)
- fungible-token: be able to send big amount (55b8053)
- improve input error message & throttle balance updating (2687b0e)
- long names extend beyond container (6536a70)
- multipart qr code progress bar (6e8ed40)
- remove window browser polyfill from ext background (0181251)
- reset input after generating gift card (b69cb4a)
- resolve several manifest issues (b64911f)
- scan qr code translation (bcbc48f)
- show correct fee in the multisig proposal details (e1ff7e1)
- show correct prepared transaction info (227e4a4)
- show gasCost if exists (6c7ae0a)
- skip decimals calculation in transaction list item (1f07a66)
- update qr code when value changes (edc16a4)
- wallet connect confirm transaction fee calculation (e6dc658)
- wallet-connect: be able to send transaction (4de167c)
- weth transaction details (f8d12cd)
Tests
- update snapshots (f2ae462)
Maintenance
- apps browser types and composables update (80fd11a)
- change backend url (66acf44)
- css imports (38ecb52)
- issues after rebase (97269e6)
- multisig: remove wrong hash info (6b440c7)
- restructure airgap integration (becb6de)
- run npm update (1029ada)
- transaction data composable arguments as refs (b973c34)
- transaction overview remove unused props (f8edee5)
- update sdk to 13.3.2 (fdd7895)
- use Superhero Wallet as app name (70a471a)