-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
chore: update eth-account and hexbytes #52
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have to verify this update upstream to Ape to see if it should be a patch or minor breaking change
dependency conflict being fixed in ApeWorX/eip712#52
I dont think Ape would be able to download this yet, until web3.py 7.0 is released, but I could be wrong. |
some parallels #45 |
@DanielSchiavini we are merging and releasing #45, please rebase your work off of that (if some changes are still available) We can then release a minor breaking change |
@fubuloubu I don't think there's anything left after #45. Thank you! |
This PR updates eth-account. Note that this version has a few breaking changes that are not used in this project.
What I did
How I did it
Updating the requirements in setup.py
How to verify it
Tests should still pass
Checklist
New test cases have been added and are passing