Skip to content

Releases: cowprotocol/ethcontract-rs

v0.21.0

22 Sep 12:19
05bff3f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.20.0...v0.21.0

v0.20.0

16 Sep 08:12
4a03541
Compare
Choose a tag to compare

What's Changed

  • [Easy] Introducing default impl for EventMetaData by @josojo in #821
  • Making ParseLog sync, such that events can be send across threads by @josojo in #822
  • Version bump v0.20.0 in preparation for the release by @josojo in #826

Full Changelog: v0.19.0...v0.20.0

v0.19.0

05 Sep 09:49
cffbe04
Compare
Choose a tag to compare

What's Changed

  • Add deployed bytecode to contract artifact by @nlordell in #816
  • Ignore clippy type complexity errors in build contracts by @josojo in #817

New Contributors

Full Changelog: v0.18.0...v0.19.0

v0.18.0

24 Aug 09:27
30966c7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.17.0...v0.18.0

v0.17.0

06 Mar 09:16
f31d22b
Compare
Choose a tag to compare

What's Changed

  • Pass cargo registry token through env variable by @vkgnosis in #725
  • Added possibility to send transactions with access list by @sunce86 in #727

Full Changelog: v0.16.0...v0.17.0

v0.16.0

18 Feb 11:53
df3d57b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.15.4...v0.16.0

v0.15.4

01 Dec 10:46
de30b0b
Compare
Choose a tag to compare

What's Changed

  • Fix missing fmt argument in error message by @dtolnay in #658

Full Changelog: v0.15.3...v0.15.4

v0.15.3

31 Aug 13:47
5000c7b
Compare
Choose a tag to compare
  • Fix handling of functions that return multiple values (#623)

v0.15.2

31 Aug 09:09
7906721
Compare
Choose a tag to compare
  • Support net_version call (#619)
  • Add ability to downcast DynTransport (#608)

v0.15.1

18 Aug 10:45
a992db2
Compare
Choose a tag to compare
  • Suppress clippy warning in generated code (#605)