Function
was being encoded asint192
instead ofbytes24
-
Implement support several types from the
ethereum_types
crate -
Support for using structs that implement
Encode
within other structs that implementEncode
. Previously this was not possible and would require fields to be tuples.
- Bug requiring the import for traits
Encode
andDecode
when using the derive macros
- Update IntoType to trait to use
Cow<'static, str>
instead ofString
to remove potential allocations
-
Rexported
BytesFix
-
Rexported
Int
andUint
-
from_bytes()
for decoding Solidity response buffer -
nigthly
feature for experimental support of const generics withBytesFix
,Int
, andUint
-
More documentation through the crate
-
Bytes<N>
from top level documentation. -
Int<N>
from top level documentation.
- Spelling mistake in documentation