Files
protocol/packages/abi-gen-wrappers/CHANGELOG.md
2019-11-20 19:33:49 +11:00

4.4 KiB

CHANGELOG

v5.4.0-beta.3 - November 20, 2019

* Re-enable gas estimation when `gas` is not provided. (#2343)

v5.4.0-beta.2 - November 17, 2019

* [Breaking] Remove `erc20Proxy`, `multiAssetProxy`, `erc1155Proxy`, `staticCallProxy`, `erc721Proxy`, `assetProxyOwner`, `ZRXToken` and `dutchAuction` wrappers (#2324)
* [Breaking] Big refactor of contract wrapper interface. See https://github.com/0xProject/0x-monorepo/pull/2325 for details (#2325)
* Updated Coordinator + Coordinator Registry wrappers (#2346)

v5.4.0-beta.1 - November 7, 2019

* Remove debug functions `getABIDecodedTransactionData` and `getABIDecodedReturnData` (#2243)
* Remove `getABIEncodedTransactionData` for constant functions (pure and view) (#2243)
* Introduce TxOpts object for `sendTransactionAsync` and `awaitTransactionSuccessAsync`. Replaces `timeoutMs` and `pollingIntervalMs` arguments for `awaitTransactionSuccessAsync` (#2243)
* Remove `validateAndSendTransactionAsync`. Replaced with `shouldValidate` key in TxOpts. Defaults to true (#2243)

v5.4.0-beta.0 - October 3, 2019

* Use V3 contracts (#2181)
* Hardcode bytecode for local EVM execution (#2198)

v5.3.2 - September 17, 2019

* Redirect `callAsync` to use local EVM instead of eth_call for pure functions (#2108)

v5.3.1 - September 3, 2019

* Dependencies updated

v5.3.0 - August 22, 2019

* Added DevUtils (#2060)

v5.2.0 - August 8, 2019

* Updated to include `getABIDecodedTransactionData` and `getABIDecodedReturnData` (#2018)

v5.1.0 - July 31, 2019

* Add subscribe/unsubscribe methods for events (#1970)

v5.0.3 - July 24, 2019

* Dependencies updated

v5.0.2 - July 15, 2019

* Dependencies updated

v5.0.1 - July 13, 2019

* Dependencies updated

v5.0.0 - July 13, 2019

* Wrappers no longer require passing in the contract ABI at instantiation (#1883)
* Contract addresses now re-exported from @0x/contract-addresses (#1883)
* Update wrappers to include parameter assertions (#1823)
* Update wrappers to normalize address inputs to lowercase (#1951)
* Update wrappers to include `getABIEncodedTransactionData` for view and pure functions (#1863)

v4.3.0 - May 10, 2019

* Update Coordinator and Exchange wrappers (#1742)
* Update wrapper functions to expose `awaitTransactionSuccessAsync()` methods (#1797)
* Update wrappers to automatically throw `RevertError` types when possible. (#1819)

v4.2.0 - April 11, 2019

* Added IAssetProxy wrapper (#1714)

v4.1.0 - March 21, 2019

* Add Coordinator and CoordinatorRegistry contract wrappers (#1689)

v4.0.3 - March 20, 2019

* Dependencies updated

v4.0.2 - March 1, 2019

* Dependencies updated

v4.0.1 - February 26, 2019

* Dependencies updated

v4.0.0 - February 25, 2019

* Add support for EIP1193 providers & Web3.js providers >= 1.0-beta.38 (#1627)
* Update provider params to type SupportedProvider which outlines all supported providers (#1627)

v3.0.3 - February 9, 2019

* Dependencies updated

v3.0.2 - February 7, 2019

* Dependencies updated

v3.0.1 - February 6, 2019

* Dependencies updated

v3.0.0 - February 5, 2019

* Upgrade the bignumber.js to v8.0.2 (#1517)

v2.2.0 - January 15, 2019

* Added `MultiAssetProxy` (#1503)

v2.1.1 - January 11, 2019

* Dependencies updated

v2.1.0 - January 9, 2019

* Added Dutch Auction Wrapper (#1465)

v2.0.2 - December 13, 2018

* Dependencies updated

v2.0.1 - December 11, 2018

* Dependencies updated

v2.0.0 - November 28, 2018

* Update Exchange artifact to receive ZRX asset data as a constructor argument (#1309)

v1.1.0 - November 21, 2018

* `deployFrom0xArtifactAsync` additionally accepts artifacts that conform to the `SimpleContractArtifact` interface (#1298)

v1.0.5 - November 14, 2018

* Dependencies updated

v1.0.4 - November 13, 2018

* Dependencies updated

v1.0.3 - November 12, 2018

* Dependencies updated

v1.0.2 - November 9, 2018

* Dependencies updated

v1.0.1 - October 18, 2018

* Dependencies updated

v1.0.0 - Invalid date

* Initial release (#1105)