Skip to content

ethabi v4.1.0

Compare
Choose a tag to compare
@debris debris released this 16 Oct 14:04
· 341 commits to master since this release

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>>