Releases: harmony-one/chrome-extension-wallet
Releases · harmony-one/chrome-extension-wallet
Harmony Chrome Extension Wallet v1.2.5
-
Update init address list with Dat Penguin Club Contract address.
-
Remove unnecessary isValidJson() check. This was not allowing HRC 721 tokens to be displayed properly.
Harmony Chrome Extension Wallet v1.2.4
Renamed Harmony Onewallet to Harmony Chrome Extension Wallet
Harmony Chrome Extension Wallet v1.2.3
Password issue is fixed. You should be able to sign in/delegate/undelegate without any issue.
Harmony One Wallet v1.2.2
#97 is fixed. The issue happens in the latest chrome version.
Harmony One Wallet v1.2.1
Add HNS feature
- You can see your HNS name under your wallet name
- Now you can input HNS in the address input box when you send the transaction.
Harmony One Wallet v1.1.2
- Fixed onewallet sign in/stake issue after to keep using chrome for a long time
Harmony One Wallet v1.1.1
Add sign
interface for personal_sign. Works like metamask
Harmony One Wallet v1.1
- Add icon button for switching between Ethereum and Harmony Address
- HRC721 support (Add contract and Browse Items)
- Can purchase NFTs using Ledger (Need to update the harmony ledger app to the latest)
Update the harmony ledger app
- Install python 3.8
- Install pip and virtual env
[sudo] pip install -U setuptools
[sudo] pip install virtualenv
- Activate the virtual env and install ledgerblue
virtualenv -p python3 venv
source venv/bin/activate
pip install ledgerblue
- Update the harmony app(use app.hex)
sudo venv/bin/python -m ledgerblue.loadApp --appFlags 0x40 --path "44'/1023'" --curve secp256k1 --tlv --targetId 0x31100004 --targetVersion="1.6.0" --delete --fileName app.hex --appName One --appVersion 1.6.0 --dataSize 0 --icon 01ffffff00ffffff00ffffffffffffc7e1bbcdbbddbbcdbbc50bd8a3ddbbddbbddb3edc7e3ffffffff
Harmony One Wallet v1.0.8
Security
- Tab response hijacking protection
- Safe hostname detection
- Private data is unreachable in page's javascript runtime (Derek)
Features
- Displaying suggested human-readable method with input arguments when signing a data tx (Derek)
Harmony One Wallet v1.0.7
Remove the master password, roll back to 1.0.5, and fixed the potential vulnerability issue.