0.2.0 Release
🌱 New:
- Non fungible tokens support: ERC165 and ERC721
- API for call now accepts block parameters. Useful to query state at specific block number
- Support for dynamic arrays encoding and decoding
EthereumLog
is nowEquatable
andComparable
- Reworked API for encoding/decoding to support dynamic types as static types in Swift (
Array<Type>
) EthereumAddress
will now always store string lower cased. Previously it lowercased dynamically when doing operations on it.
🐛 Bug fixes:
- Incorrect encoding of fixed bytes types
- Fix incorrect decoding processing when
0x
is returned