Chrome Extension Wallet Versions Save

Harmony Chrome Extension Wallet

1.2.5

2 years ago
  • 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.

v1.2.4

2 years ago

Renamed Harmony Onewallet to Harmony Chrome Extension Wallet

v1.2.3

2 years ago

Password issue is fixed. You should be able to sign in/delegate/undelegate without any issue.

v1.2.2

3 years ago

https://github.com/harmony-one/onewallet/issues/97 is fixed. The issue happens in the latest chrome version.

v1.2.1

3 years ago

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.

v1.1.2

3 years ago
  • Fixed onewallet sign in/stake issue after to keep using chrome for a long time

v1.1.1

3 years ago

Add sign interface for personal_sign. Works like metamask

v1.1

3 years ago
  • 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

v1.0.8

3 years ago

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)

v1.0.7

3 years ago

Remove the master password, roll back to 1.0.5, and fixed the potential vulnerability issue.