Skip to content

Releases: harmony-one/chrome-extension-wallet

Harmony Chrome Extension Wallet v1.2.5

01 Nov 10:37
a7fdb50
Compare
Choose a tag to compare
  • 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

26 Jul 13:16
Compare
Choose a tag to compare
Pre-release

Renamed Harmony Onewallet to Harmony Chrome Extension Wallet

Harmony Chrome Extension Wallet v1.2.3

29 Jun 09:16
Compare
Choose a tag to compare

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

Harmony One Wallet v1.2.2

30 May 08:33
f7d2214
Compare
Choose a tag to compare

#97 is fixed. The issue happens in the latest chrome version.

Harmony One Wallet v1.2.1

20 May 14:19
Compare
Choose a tag to compare

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

13 Feb 16:11
Compare
Choose a tag to compare
  • Fixed onewallet sign in/stake issue after to keep using chrome for a long time

Harmony One Wallet v1.1.1

11 Feb 13:56
Compare
Choose a tag to compare

Add sign interface for personal_sign. Works like metamask

Harmony One Wallet v1.1

02 Feb 19:55
Compare
Choose a tag to compare
  • 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

06 Jan 19:55
Compare
Choose a tag to compare
Pre-release

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

21 Nov 00:48
Compare
Choose a tag to compare

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