Release v2.2.6
github-actions
released this
29 May 15:03
·
370 commits
to develop
since this release
2.2.6 (2024-05-27)
Overview
Superhero Wallet introduces the following functionalities:
- Ask confirmation for delegation and typed data signing
- Transactions List - Update Label "AE Coin" to aeternity
- Transactions Details - Increase Precision in Total Amount Display
- Bitcoin Transactions - Correct and Improve transaction details display
- Internal Browser Fix in iOS
- UI Fixes
Features
- add placeholder when device has no camera (433e869)
- ask confirmation for delegation and typed data signing (0bc3cb1)
- bitcoin: improve dust error (8e58952)
- custom panel table item component (de18eef)
- open scan qr code modal method (b1b72c3)
- qr code scanner messages inside box (953321e)
- show loader on account discovering after migration (1520915)
Bug Fixes
- adjust wording for failed transaction modal (120b822)
- aeternity: include gasUsed to the calculation of total (fb0e456)
- aeternity: show correct fee in initialization of TransferSend modal (9e02090)
- aeternity: show node connection error (01c0503)
- bitcoin: show correct transaction info (bf2fcf2)
- browser: accept urls starting with "Http://" (f1c667d)
- browser: allow opening aepps on localhost (ada5fbd)
- browser: use url keyboard instead general (c25f723)
- calculate fee based on node load (9de40f4)
- estimate gas limit for erc20 transfers (6e33f45)
- ethereum: show token transfer info correctly (2b9dabb)
- handle pay for tx correctly (2ca3657)
- ios: don't recreate RpcClient on navigation inside page (60b7d55)
- multisig transfer receive share correct address (b9b5252)
- multisig: do not fail if no function provided (acd104a)
- multisig: slide to active account (361518e)
- remove extra error message in RpcRejectedByUserError (8f4d1bb)
Performance
- do not create new sdk instance on invite claim (1a314ef)
- remove skip optimize flag on svg loading (6ee6d0a)
Tests
- add deeplinks e2e test (5a6b219)
- add invites e2e test (69f27bc)
- add open-scan-qr-modal unit test (b98e97e)
- add receive e2e test (320075a)
- disable part of invite test (393febd)
- update deeplinks test page (f2053de)
Maintenance
- app name as constant (00f8ef6)
- browser: ensure one RpcClient per iframe, avoid extra polling (be5ff43)
- comment on iOS fix in InputField (23011f2)
- hide dex filter on AE asset page (a0405e2)
- qr scanner modal safari camera permissions (ec90b95)
- remove untranslated locale (d2ed330)
- remove unused dependency (78942f0)
- rename ae coin name to aeternity (c9489d6)
- replace browser qr code reader (ad15090)
- show total amount for multisig contract calls (63ad6f4)
- show total amount with high precision (f5b2e0d)
- update capacitor & plugins to v6 (a63f77a)
- update github actions to the latest versions (d645e6f)
- use isNameValid from sdk instead of custom (1ee963d)