We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Decoding of few transactions fail with the error
UnhandledPromiseRejectionWarning: TypeError: _.toLowerCase is not a function
Example transaction: https://etherscan.io/tx/0xcaadaeb551de5f8b2d17849df9874daba0f895122912e1e040a9ecb84afffa3e
On analysis, it was found that the issue occurs in this line https://github.com/ConsenSys/abi-decoder/blob/master/index.js#L116 when param is a multidimensional array.
The text was updated successfully, but these errors were encountered:
Handled here: #54
Sorry, something went wrong.
Patch Consensys#52 (#1)
ab0bc66
Co-authored-by: Parthasarathy Ramanujam <[email protected]> Co-authored-by: zincoshine <[email protected]>
Patch Consensys#52 (#1) (#4)
3cf0b9b
Co-authored-by: Parthasarathy Ramanujam <[email protected]> Co-authored-by: zincoshine <[email protected]> Co-authored-by: Parthasarathy Ramanujam <[email protected]> Co-authored-by: zincoshine <[email protected]>
fix decode
0a48a61
Consensys#52
No branches or pull requests
Decoding of few transactions fail with the error
Example transaction: https://etherscan.io/tx/0xcaadaeb551de5f8b2d17849df9874daba0f895122912e1e040a9ecb84afffa3e
On analysis, it was found that the issue occurs in this line https://github.com/ConsenSys/abi-decoder/blob/master/index.js#L116 when param is a multidimensional array.
The text was updated successfully, but these errors were encountered: