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

Releases: LedgerHQ/ledgerjs

v6.2.1

28 Jul 15:31
@gre gre
0772c5e
Compare
Choose a tag to compare

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.

See talk: https://www.youtube.com/watch?v=ZVCsrgZ_jBU

v6.2.0

19 Jul 17:27
@gre gre
a503a4c
Compare
Choose a tag to compare

Add BSC support

  • the crypto currencies
  • the tokens

Others

  • node-hid package: LL-4600 Map HID errors to DisconnectedDeviceDuringOperation (#620)

v6.1.0

07 Jul 12:58
@gre gre
89307d2
Compare
Choose a tag to compare

v6.0.2

22 Jun 07:04
@gre gre
0c4d01e
Compare
Choose a tag to compare

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

  • erc20 list update c86538d
  • Expose a way to get Model from targetId #621
  • LL-5656 Update Algorand explorer
  • LL-5745 Update DASH explorer

v5.53.1

03 Jun 19:23
@gre gre
3577b9f
Compare
Choose a tag to compare

See #607 (comment)

revert of 5.53.0 's attempt to fix webusb for Mac OS on Chrome 91.

v5.53.0

03 Jun 13:02
@gre gre
e1122a9
Compare
Choose a tag to compare

@ledgerhq/hw-transport-webusb

  • Fixes the support for Chrome 91 on Mac OS in WebUSB transport. (#609 thanks @humanumbrella)

@ledgerhq/cryptoassets & @ledgerhq/hw-app-eth

  • update ERC20 list (generated) 2502bfe

v5.52.1

27 May 15:52
@gre gre
e6d6f2a
Compare
Choose a tag to compare

hw-app-eth update

  • #606 Fix chunksize bug in case of long VRS value
  • upgrade minor version of ethers.js

v5.52.0

20 May 17:18
@gre gre
6c842b6
Compare
Choose a tag to compare

@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

v5.51.1

07 May 08:59
@gre gre
9918880
Compare
Choose a tag to compare

revert back to RXJS v6. v7 appear to have subtle issue in our Ledger Live app and we are not yet ready for this transition on the whole stack.

v5.51.0

07 May 06:55
@gre gre
a40d937
Compare
Choose a tag to compare
  • update ERC20 list (#597)
  • added some currency that are Manager apps (Ledger Live)