rust-ethereum / ethabi

Encode and decode smart contract invocations
Apache License 2.0
517 stars 186 forks source link

Fix #297: add name and internal type information to ParamType::Tuple #298

Open al8n opened 1 year ago

al8n commented 1 year ago

As mentioned in #297, this PR aims for it.

@dvdplm @vkgnosis If you guys can give some reviews? Thanks in advance! Really need this feature for my project.

vkgnosis commented 1 year ago

Thanks for the PR. Don't ping people. If you need this urgently you can depend on a local fork of this project where you can make any changes you want to. This is a breaking change in the API so I don't know if we want to do it. Also don't know when anyone can give a proper review.