Experimental ABIEncoderV2 support?

One specific question about the testnet - will you support the experimental ABIEncoderV2? That would allow passing arrays and structs as Solidity function parameters.

I don’t believe that we are using the V2 encoder at the moment. I think that this is something which we can consider. We currently use this library for ABI decoding: GitHub - paritytech/ethabi: Encode and decode smart contract invocations
We haven’t tested if this works with passing structs yet but can investigate.

1 Like

Ok cool, thanks Ainsley! I asked the question in EthAbi repo, hope they answer :slight_smile:

They replied, there is no support currently, but if anyone is up for a challenge, they can submit a PR! :slight_smile:

1 Like