ethabi v4.1.0
changes:
ethabi
is less strict when encoding function inputsethabi_derive
is not loading, nor parsing contracts at runtime- functions generated using
ethabi_derive
which accept arrays, have a template typeT: IntoIterator<Type = U>, U: Into<A>
instead ofT: Into<Vec<A>>