Skip to content

Releases: MetaMask/eth-ledger-bridge-keyring

v0.13.0

27 May 15:40
9a87fac
Compare
Choose a tag to compare

Fixed

  • hdk.publicKey and hdk.chainCode should not be updated when unlocking using hdPath for an account. (#146)

v0.12.0

10 May 22:21
d7d830b
Compare
Choose a tag to compare

Added

  • Add a new destroy method which will remove the message event listener from window. (#145)

v0.11.0

07 Mar 19:38
677ee53
Compare
Choose a tag to compare

Added

  • Add a new isConnected method which allows determining if the device is last known to be connected. (#131)

Changed

  • Messaging now runs off of message IDs instead of assuming the response received is from the last message sent, which will not always been true. (#132)

v0.10.0

04 Nov 07:54
438bc2d
Compare
Choose a tag to compare

Added

  • Add a new attemptMakeApp method which allows clients to attempt a creation of the Ledger transport for the purposes of detecting/catching potential connection errors. (#126)

v0.9.0

15 Oct 14:31
16c38ab
Compare
Choose a tag to compare

Changed

  • updateTransportMethod no longer defaults its parameter to false, and now names the param sent with the 'ledger-update-transport' message transportType. This better is to support the use of an enum, instead of a boolean, for specifying transport preferences. (#114)

v0.8.0

15 Oct 14:30
217258a
Compare
Choose a tag to compare

Added

  • Allow ledger-bridge iframe to connect Ledger wia WebHID, when it is supported by the current browser (#107)

Changed

  • Reject with an Error object if unlocking is not successful (#104)
  • Ensure that logs of errors only have a single Error: string in the message (#105)

v0.7.0

31 Aug 18:11
12f1840
Compare
Choose a tag to compare

Changed

  • Remove unused events and ethereumjs-tx dependencies (#101, #102)
  • Update eth-ledger-bridge-keyring to support EIP-1559 transactions (#98, #97, #96)

v0.6.0

10 Jun 17:32
25301f6
Compare
Choose a tag to compare

Added

  • #68: Support new versions of ethereumjs/tx

v0.5.0

12 May 14:18
326f725
Compare
Choose a tag to compare
  • Adds support for EIP-712 typed data signing

v0.4.0

20 Apr 17:20
1f5d1a2
Compare
Choose a tag to compare

Changes

  • Includes the required wiring to allow switching between Ledger Live and U2F connections to the Ledger.
  • Upgrade of the ethereumjs-util library to 7.0.9
  • Renamed _isBIP44 to more intelligible _isLedgerLiveHdPath
  • Repo standardization which require minimum version of Node 12 and switch to yarn