Skip to content

Releases: FelipeRosa/rust-ethereum-abi

v0.4.0

11 Mar 23:07
584658f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.4.0

v0.3.1

11 Mar 02:58
af84b60
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0

19 Jan 18:48
Compare
Choose a tag to compare

Changed

  • Use anyhow crate for error propagation

v0.2.0

21 Dec 00:39
Compare
Choose a tag to compare

Added

  • Event signature and topic (hash) functions (#33)
  • Event log data decoding (#34)

Changed

  • DecodedParams indexed read access is now done through DecodedParamsReader (#32)

v0.1.0

19 Dec 23:09
Compare
Choose a tag to compare

Initial release featuring:

  • Parsing ABI spec from JSON files
  • Encoding and decoding ABI values
  • Decoding contract call inputs (function selector + input data)