ApeWorX / ethpm-types

Implementation of EIP-2678
Apache License 2.0
14 stars 8 forks source link

feat: add tuple components field to ABIType #28

Closed fubuloubu closed 2 years ago

fubuloubu commented 2 years ago

What I did

Tuple and Struct ABIType variables have additional member components that is currently unprocessed but important for ABI decoding purposes.

How I did it

How to verify it

Checklist

antazoey commented 2 years ago

Merge and release? This seems good!

I noticed that Solidity and Vyper both do not allow empty structs, which was my only concern.