exthereum / abi

The Ethereum ABI Interface
MIT License
20 stars 22 forks source link

Fix Inlined Tuple Types #47

Closed hayesgm closed 7 months ago

hayesgm commented 7 months ago

We were not properly encoding the length of inlined tuples, causing the rel offsets of dynamic tuples to be incorrect when handling inline tuples. This patch fixes this issue.

Bump to bravo1