Releases: Concordium/concordium-browser-wallet
Releases · Concordium/concordium-browser-wallet
BrowserWallet 1.7.2
BrowserWallet 1.6.4
What's Changed
- Prepare for Company ID providers on Mainnet by using wallet proxy endpoint
/v2/ip_info
.
BrowserWallet 1.6.3
What's Changed
- Use new wallet proxy endpoint
/v2/ip_info
for Testnet, which includes Company ID Providers, as these are now removed from the/v1/ip_info
.
BrowserWallet 1.6.2
BrowserWallet 1.6.1 Bug fix
- Fix issue causing the runtime error
unreachable
during account creation for identities with attributes containing special characters (such as æøå).
BrowserWallet 1.6.0 Support company accounts
- Support creating accounts from Company IDs
Updated various messages display and fixes
- Added a new option to edit account names. The set names are used across the browser wallet for referring to the accounts.
- Added a new sign CIS3 message function in wallet-api, and corresponding view to display decoded payload of CIS3 message in browser wallet.
- Added display of the optional name for ID providers when present, otherwise fallback to the chain name.
- Removed check for redirectUri when launching identity issuance. This check was causing issues with an upcoming identity provider and seems to provide no value.
- Improved error messages when searching for all tokenIDs in a given smart contract. Invalid tokenIDs in the contract are now displayed with their corresponding reason for being invalid.
- Increased padding of the QR code background element.
Bug fixes update
Limited full screen support Update
Adds a button for opening the wallet in a new tab + bugfixes