This repository has been archived by the owner on Jun 27, 2022. It is now read-only.
Releases: LedgerHQ/ledgerjs
Releases · LedgerHQ/ledgerjs
v6.10.0
- hw-app-solana 🎊 new library for Solana app bindings (#673) thanks @konoart
- hw-app-algorand Added address encoding to algorand app (#667) thanks @ThomasK33
- @ledgerhq/currencies (Ledger Live)
- Add AVAX to currencies.ts (#629) thanks @ApolloUnicorn
- update "terminated" status to reflect Ledger Live status
- library updates
- Building libraries (eslint, typescript,..)
- usb-detection on node-hid
Important rework of hw-app-btc
To prepare support of incoming taproot in Bitcoin network, we have a complete rework of hw-app-btc (thanks @kallerosenbaum ). The code shipped is only activated on a future BTC app release and is going to be tested on the next days (you may expect newer version of hw-app-btc if necessary). That said, a user coming with a regular 1.x BTC app will still use the previous code, so it should be non breaking.
v6.9.0
v6.8.2
v6.7.0
v6.6.1
v6.6.0
v6.5.0
v6.4.1
- hw-app-eth: Fixes the support of chainID that are higher than 4-bytes long. (#641)
- this is non breaking changes (still works with old or new Ethereum app)
⚠️ it actually is breaking change for the usage ofbyContractAddress(addr)
which becamebyContractAddressAndChainId(addr, chainId)
- a new Etheruem app will be made available to come with this changes and make these chainID (e.g. Palm) fully functional.
- this is non breaking changes (still works with old or new Ethereum app)