dapptools icon indicating copy to clipboard operation
dapptools copied to clipboard

seth sig / seth calldata: handle tuple types

Open d-xo opened this issue 3 years ago • 2 comments

The abi parser in hevm does not currenlty support tuple types (ref).

We need to implement this to be able to handle tuple types for seth sig and seth calldata.

d-xo avatar Nov 12 '21 15:11 d-xo

https://github.com/dapphub/dapptools/issues/820 is this issue related?

cruzdanilo avatar Nov 18 '21 20:11 cruzdanilo

I've done this in a branch along with a bunch of other abi stuff. Will make a pr soon.

rainbreak avatar Nov 21 '21 21:11 rainbreak