Files
protocol/packages/base-contract/CHANGELOG.md

1.0 KiB

CHANGELOG

v0.3.4 - June 19, 2018

* Update EthersJs to fix the `value.toLowerCase()` is not a function bug caused by `ethers.js` breaking patch version https://github.com/ethers-io/ethers.js/issues/201

v0.3.3 - June 1, 2018

* Incorrect publish that was unpublished

v0.3.2 - May 22, 2018

* Dependencies updated

v0.3.1 - May 5, 2018

* Dependencies updated

v0.3.0 - May 4, 2018

* Update ethers-contracts to ethers.js (#540)

v0.2.1 - April 18, 2018

* Dependencies updated

v0.2.0 - April 11, 2018

* Contract wrappers now accept Provider and defaults instead of Web3Wrapper (#501)

v0.1.0 - April 2, 2018

* Add tests for traversing ABI tree (#485)
* Fix ABI tuples traversing (#485)
* Fix ABI arrays traversing (#485)

v0.0.6 - April 2, 2018

* Dependencies updated

v0.0.2 - March 3, 2018

* Initial release