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

fix: decode events for 0-sized contracts #1317

Merged
merged 1 commit into from
Apr 15, 2022
Merged

fix: decode events for 0-sized contracts #1317

merged 1 commit into from
Apr 15, 2022

Conversation

onbjerg
Copy link
Member

@onbjerg onbjerg commented Apr 15, 2022

Contracts and libraries with 0 runtime bytecode would not be decoded, and sometimes they are used as "event containers".

Fixes #1309

@onbjerg onbjerg added the T-bug Type: bug label Apr 15, 2022
Copy link
Member

@mattsse mattsse left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@gakonst gakonst merged commit 0b85a3e into master Apr 15, 2022
@onbjerg onbjerg deleted the onbjerg/event-fix branch April 16, 2022 00:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-bug Type: bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Event data not decoded anymore
3 participants