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

Releases: LedgerHQ/ledgerjs

v6.10.0

18 Oct 15:20
@gre gre
03b06be
Compare
Choose a tag to compare
  • 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

08 Oct 16:15
@gre gre
893232a
Compare
Choose a tag to compare
  • react-native-hid: to be more independent from upstream RN version used on userland
  • hw-app-eth: Add latest ERC20 list

v6.8.2

08 Oct 11:03
@gre gre
e93a2c7
Compare
Choose a tag to compare
  • Update error message for new blind signing wording (#665)
  • LL-7448 add bsc plugins support
  • update erc20

v6.7.0

16 Sep 18:44
@gre gre
91b41e2
Compare
Choose a tag to compare
  • update axios + build tools
  • LL-6794 Add ability to overrides plugins + be chainId ready (#658)
  • Add Songbird (SGB) (#657) thanks @RareData
  • add filecoin cryptocurrency (#651) thanks @emmanuelm41

v6.6.1

10 Sep 07:24
@gre gre
5465ed4
Compare
Choose a tag to compare

hw-app-tezos: throw an error on empty answer which seems to happen when device is locked and could produce static address related to pub key "".

v6.6.0

06 Sep 08:36
@gre gre
d694b9f
Compare
Choose a tag to compare
  • Fix an issue with ERC20 info when using EIP 1559 transactions (#654) thanks @FrederikBolding
  • Upgraded libraries (patch bump)
    • ethers 5.4.4 -> 5.4.6
    • axios 0.21.1 -> 0.21.3
  • Upgraded our building libraries (typescript, eslint)

v6.5.0

16 Aug 11:08
@gre gre
c329fe6
Compare
Choose a tag to compare

hw-app-eth fixes

  • Fix invalid ChainID when it intersects with APDU boundary (#644) thanks @hectorchu @pscott
  • Fixes to allow same contractAddress on diff chainId/blockchains (#647)

crypto-assets update

  • LL-5718 Fix Stealthcoin explorer URL (#643)
  • Enable stETH countervalues for Ledger Live

v6.4.1

10 Aug 16:38
@gre gre
031cf51
Compare
Choose a tag to compare
  • 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 of byContractAddress(addr) which became byContractAddressAndChainId(addr, chainId)
    • a new Etheruem app will be made available to come with this changes and make these chainID (e.g. Palm) fully functional.

v6.4.0

02 Aug 15:05
@gre gre
f42e10e
Compare
Choose a tag to compare

update ERC20 list.

v6.3.0

01 Aug 10:47
@gre gre
1d1390f
Compare
Choose a tag to compare
  • Add EIP1559 and EIP2930 support (#637) – thanks @FrederikBolding
  • add missing axios dependency – thanks @avsetsin
  • update ethers dependency
  • update utility libraries (typescript, linter, jest)