Updated CHANGELOGS

This commit is contained in:
Fabio Berger
2018-03-04 17:02:50 +01:00
parent f710026a8f
commit 47411b406d
11 changed files with 12 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
# CHANGELOG
## v0.33.0 - _TBD, 2018_
## v0.33.0 - _March 4, 2018_
* Validate and lowercase all addresses in public methods (#373)
* Improve validation to force passing contract addresses on private networks (#385)

View File

@@ -1,6 +1,6 @@
# CHANGELOG
## v0.2.3 - _TBD, 2018_
## v0.2.3 - _March 4, 2018_
* Add a `backend` parameter that allows you to specify the Ethereum library you use in your templates (`web3` or `ethers`). Ethers auto-converts small ints to numbers whereas Web3 doesn't. Defaults to `web3` (#413)
* Add support for [tuple types](https://solidity.readthedocs.io/en/develop/abi-spec.html#handling-tuple-types) (#413)

View File

@@ -1,6 +1,6 @@
# CHANGELOG
## v0.1.0 - _TBD, 2018_
## v0.1.0 - _March 4, 2018_
* Remove isETHAddressHex checksum address check and assume address will be lowercased (#373)
* Add an optional parameter `subSchemas` to `doesConformToSchema` method (#385)

View File

@@ -1,5 +1,5 @@
# CHANGELOG
## v0.0.1 - _TBD, 2018_
## v0.0.1 - _March 4, 2018_
* Initial release (#TBD)
* Initial release

View File

@@ -1,6 +1,6 @@
# CHANGELOG
## v0.2.0 - _TBD, 2018_
## v0.2.0 - _March 4, 2018_
* Check dependencies when determining if contracts should be recompiled (#408).

View File

@@ -1,5 +1,5 @@
# CHANGELOG
## v0.0.1 - _TBD, 2018_
## v0.0.1 - _March 4, 2018_
* Initial types (#413)

View File

@@ -1,6 +1,6 @@
# CHANGELOG
## v0.6.0 - _TBD_
## 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)

View File

@@ -1,6 +1,6 @@
# CHANGELOG
## v0.3.0 - _TBD, 2018_
## v0.3.0 - _March 4, 2018_
* Add `data` to `TxData` (#413)
* Add `number` as an option to `ContractEventArg` (#413)

View File

@@ -1,6 +1,6 @@
# CHANGELOG
## v0.4.0 - _TBD, 2018_
## v0.4.0 - _March 4, 2018_
* Use `ethers-contracts` as a backend to decode event args (#413)
* Move web3 types from devDep to dep since required when using this package (#429)

View File

@@ -1,6 +1,6 @@
# CHANGELOG
## v0.10.0 - _TBD, 2018_
## v0.10.0 - _March 4, 2018_
* Support ABIv2 (#401)

View File

@@ -1,6 +1,6 @@
# CHANGELOG
## v0.2.0 _TBD, 2018_
## v0.2.0 _March 4, 2018_
* Ensure all returned user addresses are lowercase (#373)
* Add `web3Wrapper.callAsync` (#413)