Skip to content

Releases: rust-ethereum/ethabi

ethabi v16.0.0

18 Dec 11:16
7f4bb3d
Compare
Choose a tag to compare
Prepare for new 16.x release (#253)

This PR just bumps the versions in Cargo.toml to v16.0.0 in preparation for a new release including Solidity error types.

ethabi v13.0.0

08 Jan 13:14
649d117
Compare
Choose a tag to compare
  • Updated ethereum-types and uint. #201
  • ethabi now uses anyhow errors for Other variant. #200

ethabi v7.0.0

09 Apr 09:38
3774554
Compare
Choose a tag to compare
  • Updated ethereum-types to 0.5.2

v6.1.0: Merge pull request #130 from paritytech/version6.1

16 Oct 15:42
7f822e8
Compare
Choose a tag to compare

ethabi v5.1.0

22 Mar 13:30
30212be
Compare
Choose a tag to compare
Bump ethabi to 5.1.1 (#89)

* Bump ethabi to 5.1.1

* update lockfile.

ethabi v4.1.0

16 Oct 14:04
Compare
Choose a tag to compare

changes:

  • ethabi is less strict when encoding function inputs
  • ethabi_derive is not loading, nor parsing contracts at runtime
  • functions generated using ethabi_derive which accept arrays, have a template type T: IntoIterator<Type = U>, U: Into<A> instead of T: Into<Vec<A>>

ethabi v4.0.0

23 Aug 09:04
Compare
Choose a tag to compare

changes:

  • added ethabi_derive crate
  • added ethabi_contract crate
  • refactored and simplified ethabi api

ethabi v1.0.5

17 May 10:17
Compare
Choose a tag to compare

Updates tiny-keccak depenency.

ethabi v1.0.0

10 Feb 10:30
Compare
Choose a tag to compare

Updating serde dependency to 0.9