Skip to content

Releases: cowprotocol/ethcontract-rs

v0.15.0

18 Aug 08:45
7a04fd7
Compare
Choose a tag to compare
  • Introduce contract mock system (#583)
  • Implement BatchTransport for DynTransport (#601)

v0.14.0

04 Aug 05:52
1584889
Compare
Choose a tag to compare

Update web3 dependency

v0.13.1

13 Jul 09:54
b48ccd7
Compare
Choose a tag to compare

Bug fix for previous release.

v0.13.0

12 Jul 11:24
daa4d1e
Compare
Choose a tag to compare
  • Hardhat support
  • Make signed transaction hash available

v0.12.2

08 Jun 10:24
869d430
Compare
Choose a tag to compare

This is a re-release of v0.12.1 which never got released because the TOML files weren't updated. Please see change log from v0.12.1 for release notes.

v0.12.1

08 Jun 09:55
7f2c83c
Compare
Choose a tag to compare
  • Remove unnecessary borrows (#527)
  • Allow too many arguments on deployment builder method (#526)

v0.12.0

01 Jun 10:31
7372a4b
Compare
Choose a tag to compare
  • Update web3 to v0.16.0 (#519)
  • Remove Unpin bounds (#518)
  • Allow arrays of u8 by moving bytes to a wrapper type (#498)
  • Fix npm artifact extraction (#495)
  • Support Abiv2 (#468)

v0.11.3

22 Mar 17:19
14179d6
Compare
Choose a tag to compare

Main new feature is that the deployment information can now be specified by block number, making old contracts' event handling code compatible with geth v1.10.0

Changelog

  • Version Bump (#485)
  • Allow for BlockNumber based deployment information (#482)
  • Bump @truffle/hdwallet-provider from 1.2.3 to 1.2.4 in /examples/truffle (#484)
  • Bump truffle-plugin-verify from 0.5.6 to 0.5.7 in /examples/truffle (#480)
  • Bump truffle from 5.2.3 to 5.2.4 in /examples/truffle (#479)
  • Bump @truffle/hdwallet-provider from 1.2.2 to 1.2.3 in /examples/truffle (#478)
  • Fix revert reason handling for geth nodes (#477)
  • Bump @openzeppelin/contracts from 4.0.0-beta.1 to 4.0.0-rc.0 in /examples/truffle (#476)
  • Bump truffle from 5.2.2 to 5.2.3 in /examples/truffle (#475)

v0.11.2

04 Mar 16:09
8214590
Compare
Choose a tag to compare
  • 0.11.2 version bump (#474)
  • Bump @openzeppelin/contracts from 4.0.0-beta.0 to 4.0.0-beta.1 in /examples/truffle (#473)
  • Estimate gas for non offline transactions (#472)
  • Bump truffle-plugin-verify from 0.5.5 to 0.5.6 in /examples/truffle (#471)
  • Update README.md (#470)
  • Bump truffle-plugin-verify from 0.5.4 to 0.5.5 in /examples/truffle (#469)
  • Update solidity version from 0.6 to 0.8 (#467)
  • Bump @truffle/hdwallet-provider from 1.2.1 to 1.2.2 in /examples/truffle (#465)

v0.11.1

04 Feb 12:11
004a025
Compare
Choose a tag to compare
  • Fix missing Some in deployment transaction hash
  • [CallBatch] Allow to execute a batch in multiple sub-batches (#464)