This repository has been archived by the owner on Jun 27, 2022. It is now read-only.
v3.0.0
Breaking changes
- TransportU2F : the timeout given in
open(_, timeout)
(aka increate(timeout)
) is no longer used to timeout the "exchange" of the U2F sign underlying call. Instead, you should usesetExchangeTimeout
to define it. Moreover, this time is in milliseconds, no in seconds. #65
Features
- on a transport, there is a new method
setExchangeTimeout
that takes a timeout in milliseconds and define the maximum time to wait for a given exchange APDU command. It is not guarantee all transport implementations will use it, it is up to them. At the moment, it is only used by the U2F transport implementation. #67 - Adding timestamp management to prepare for future altcoins integration #63
new packages
- add
@ledgerhq/web3-subprovider
library that implements a subprovider for web3-provider-engine library to more easily integrate the Ledger to ethereum applications #66 - add
create-dapp
, that allows to quickly bootstrap a dapp react project that works with the Ledger and with MetaMask – out of the box ! #66