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

Handle undecodable events #433

Merged
merged 3 commits into from
Apr 21, 2020
Merged

Handle undecodable events #433

merged 3 commits into from
Apr 21, 2020

Conversation

iamdefinitelyahuman
Copy link
Member

What I did

Add support for events that cannot be decoded.

Fixes #430

How I did it

Mostly handled upstream in eth_event. Anonymous and undecoded events are now given the name "(unknown)" and undecoded topics are included as items within the event data.

How to verify it

Run the tests.

* py-solc-ast 1.2.4 fixes a recursion issue with circular dependencies
* eth-event 1.0.0 fixes issues with undecodable events
@iamdefinitelyahuman iamdefinitelyahuman merged commit 8f723d8 into master Apr 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

KeyError when decoding event from transaction trace with unknown topic
1 participant