Consensys / abi-decoder

Nodejs and Javascript library for decoding data params and events from ethereum transactions
GNU General Public License v3.0
633 stars 218 forks source link

Add support for ABIEncoderV2-compatible ABI #47

Closed forshtat closed 4 years ago

forshtat commented 4 years ago

The current approach to ABI encoding/decoding stripped the inputs of their tuple structure information, leading to incorrect method signatures like sha3("relayCall(tuple,bytes,bytes) instead of, for example sha3("relayCall((address,bytes),bytes,bytes). The fix supports nested structures as well.

forshtat commented 4 years ago

@denisgranha hi! I am wondering, is this repository still maintained? I see you are the last one to make a commit back in September last year?

denisgranha commented 4 years ago

Thank you for the contribution @forshtat :)

Will push a new package to npm in the next hour

forshtat commented 4 years ago

@denisgranha great, thank you!