v0.9.0
Ethereum tuples / Solidity structs
This release adds support for Ethereum tuples (structs in Solidity). Events with tuple parameters are now decoded correctly and passed to mappings as EthereumTuple
objects. Passing tuples as arguments to smart contract calls is support as well.
Other changes
- The GraphQL execution has been simplified in preparation of performance improvements.