cowprotocol / ethcontract-rs

Generate type-safe bindings for interacting with Ethereum contracts.
Apache License 2.0
307 stars 45 forks source link

Add more tuple implementations #971

Closed Pzixel closed 6 months ago

Pzixel commented 6 months ago

Add more tuple implementations (for tuples of length up to 21) since structures are allowed to have arbitrary amount of fields, they are represented as tuples by the crate and it's not uncommon to see some very large structures in the wild (intents can be quite big)