Skip to content
This repository has been archived by the owner on Jun 27, 2022. It is now read-only.

v5.52.0

Compare
Choose a tag to compare
@gre gre released this 20 May 17:18
· 303 commits to master since this release
6c842b6

@ledgerhq/hw-app-eth automatized provide ERC20 and "plugin"

had an important rework that will make it automatically do provideERC20Information for you so you no longer need to do provideERC20Information yourself for simple ERC20 transfers (for instance).

We also are preparing an important future release of our Ethereum nano app and this version makes it future proof.

The important changes of this also have this library dependency changes:

-    "rlp": "^2.2.6"
+    "ethers": "^5.1.4"

which allows us to parse the transaction sent to signTransaction to extract information we need to automate the providing of ERC20 and more. We will share more information about this along with the future version of Ethereum.

ERC20 list update

was also updated. see diff of commit 1e6190f