Skip to content

Latest commit

 

History

History
115 lines (66 loc) · 3.35 KB

CHANGELOG.md

File metadata and controls

115 lines (66 loc) · 3.35 KB

CHANGELOG

v1.0.5 - August 13, 2018

* Dependencies updated

v1.0.4 - July 26, 2018

* Dependencies updated

v1.0.3 - July 26, 2018

* Dependencies updated

v1.0.2 - July 26, 2018

* Dependencies updated

v1.0.1 - July 23, 2018

* Dependencies updated

v1.0.0 - July 19, 2018

* Add `RpcSubprovider` with timeout (#874)
* Add `EthLightwalletSubprovider` (#775)

v0.10.6 - July 18, 2018

* Dependencies updated

v0.10.4 - June 19, 2018

* Dependencies updated

v0.10.3 - May 22, 2018

* Define engine type as Provider in setEngine (#675)

v0.10.2 - May 22, 2018

* Dependencies updated

v0.10.1 - May 4, 2018

* Dependencies updated

v0.10.0 - May 4, 2018

* Upgrade web3-provider-engine to 14.0.4 (#555)
* Relax `to` validation in base wallet subprovider for transactions that deploy contracts (#555)

v0.9.0 - April 11, 2018

* Refactor RedundantRPCSubprovider into RedundantSubprovider where it now accepts an array of subproviders rather then an array of RPC endpoints (#500)
* Add PrivateKeySubprovider and refactor shared functionality into a base wallet subprovider (#506)
* Add MnemonicWalletsubprovider, deprecating our truffle-hdwallet-provider fork (#507)
* Support multiple addresses in ledger and mnemonic wallets (#507)
* Refactors LedgerSubprovider such that explicitly setting the `pathIndex` is no longer required. Simply set the request `from` address as desired (#507)
* Renamed derivationPath to baseDerivationPath. (#507)

v0.8.4 - April 2, 2018

* Dependencies updated

v0.8.3 - April 2, 2018

* Introduce `JSONRPCRequestPayloadWithMethod` type (#465)
* Export `ErrorCallback` type. (#465)

v0.8.0 - March 17, 2018

* Export `GanacheSubprovider` and `Subprovider` (#426)
* Make all subproviders to derive from `Subprovider` (#426)
* Add types for `NextCallback`, `OnNextCompleted` (#426)
* Ignore `ganache-core` dependency when using package in a browser environment.

v0.7.0 - March 7, 2018

* Updated legerco packages. Removed node-hid package as a dependency and make it an optional dependency. It is still used in integration tests but is causing problems for users on Linux distros. (#437)

v0.6.0 - March 3, 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 15, 2018

* Add EmptyWalletSubprovider and FakeGasEstimateSubprovider (#392)

v0.4.1 - February 8, 2018

* Fix publishing issue where .npmignore was not properly excluding undesired content (#389)

v0.4.0 - February 6, 2018

* Added NonceTrackerSubprovider (#355)
* InjectedWeb3Subprovider accepts a Provider in the constructor, previously it was a Web3 object (#363)

v0.3.6 - January 27, 2018

* Return a transaction hash from `_sendTransactionAsync` (#303)

v0.3.0 - December 27, 2017

* Allow LedgerSubprovider to handle `eth_sign` in addition to `personal_sign` RPC requests

v0.2.0 - December 19, 2017

* Improve the performance of address fetching (#271)