Skip to content

v0.9.0

Compare
Choose a tag to compare
@Jannis Jannis released this 11 Apr 23:43

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.