exthereum / abi

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

Fix empty array encoding and bump to 0.1.13 #24

Closed hayesgm closed 4 years ago

hayesgm commented 6 years ago

This patch fixes the encoding of an empty dynamic array, which was previously using a range 1..0, which is iterated twice, instead of zero times (as intended).