975 B
975 B
CHANGELOG
v0.6.0 - March 4, 2018
* Move web3 types from being a devDep to a dep since one cannot use this package without it (#429)
* Add `numberOfAccounts` param to `LedgerSubprovider` method `getAccountsAsync` (#432)
v0.5.0 - February 16, 2018
* Add EmptyWalletSubprovider and FakeGasEstimateSubprovider (#392)
v0.4.1 - February 9, 2018
* Fix publishing issue where .npmignore was not properly excluding undesired content (#389)
v0.4.0 - February 7, 2018
* Added NonceTrackerSubprovider (#355)
* InjectedWeb3Subprovider accepts a Provider in the constructor, previously it was a Web3 object (#363)
v0.3.6 - January 28, 2018
* Return a transaction hash from `_sendTransactionAsync` (#303)
v0.3.0 - December 28, 2017
* Allow LedgerSubprovider to handle `eth_sign` in addition to `personal_sign` RPC requests
v0.2.0 - December 20, 2017
* Improve the performance of address fetching (#271)