Releases: LedgerHQ/ledgerjs
v6.2.1
dynamic plugin
hw-app-eth
evolution that automatically retrieve plugins from https://cdn.live.ledger.com/plugins/ethereum.json
so we can add more plugins over time and have less and less "blind signing" happening on the hw-app-eth app.
v6.2.0
v6.1.0
v6.0.2
Migrated to TypeScript!
our libraries have migrated from FlowType to TypeScript!
These are still JavaScript libraries and you will be able to still use them in vanilla js or flowtype. But now you will also benefit from type system. NB: we still need to refine more and more our types over the next weeks. Please tell us if you reached any problems with these.
The work happened in this PR: #619
Other updates
v5.53.1
See #607 (comment)
revert of 5.53.0 's attempt to fix webusb for Mac OS on Chrome 91.
v5.53.0
v5.52.1
v5.52.0
@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