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: bump eth-event minimum version to 1.2.1 #957

Merged
merged 2 commits into from
Feb 14, 2021
Merged

fix: bump eth-event minimum version to 1.2.1 #957

merged 2 commits into from
Feb 14, 2021

Conversation

skellet0r
Copy link
Collaborator

@skellet0r skellet0r commented Feb 14, 2021

What I did

Bumped eth-event version in requirements.txt to 1.2.1 to mitigate the topic generation bug for events with dynamic/fixed size tuple inputs.

Resolves #955
Related iamdefinitelyahuman/eth-event#15

How I did it

Just changed the 1.2.0 -> 1.2.1 :)

How to verify it

Since this changes a dependency I ran the pytest suite just to verify stuff doesn't break.

Checklist

  • I have confirmed that my PR passes all linting checks
  • I have added an entry to the changelog

@iamdefinitelyahuman iamdefinitelyahuman merged commit b95704c into eth-brownie:master Feb 14, 2021
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.

Generated event topic is incorrect for events with dynamic size tuple inputs
2 participants