Skip to content
New issue

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

Enable decoding of ABIs without parameter names (anonymous decoding) #20

Closed
jeffywu opened this issue Jan 11, 2020 · 1 comment
Closed
Assignees
Labels
enhancement New feature or request released

Comments

@jeffywu
Copy link

jeffywu commented Jan 11, 2020

There are times when the exact ABI is unavailable for decoding. In those situations we should decode function calls without parameter names if there is a function signature match.

@ziegfried ziegfried self-assigned this Jan 16, 2020
@ziegfried ziegfried added the enhancement New feature or request label Feb 6, 2020
github-actions bot pushed a commit that referenced this issue Feb 11, 2020
# [2.0.0](v1.2.1...v2.0.0) (2020-02-11)

### Bug Fixes

* 🐛 ethlogger crashes when certain rpc methods are disabled ([ee56c01](ee56c01))
* 🐛 possible duplicate output of blocks ([80bb0da](80bb0da))
* 🐛 too many pending transactions emitted ([7a01bb4](7a01bb4))

### Features

* 🎸 anonymous ABI decoding ([e6eb3d9](e6eb3d9)), closes [#20](#20)
* 🎸 support for CHAIN_ID (EIP-155) and common name lookup ([0dfff09](0dfff09))

### BREAKING CHANGES

* 🧨 Anonymous ABI decoding is enabled by default
* 🧨 Pending transaction collection is now disabled by default
@github-actions
Copy link

🎉 This issue has been resolved in version 2.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request released
Projects
None yet
Development

No branches or pull requests

2 participants