-
Notifications
You must be signed in to change notification settings - Fork 167
chore(deps): Bump EELS dependency #1310
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
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.
@petertdavies Do you see any reason to not use ethereum-execution? The plan was to bump to this version:
https://pypi.org/project/ethereum-execution/1.17.0rc6.dev1/
We'll need to update uv.lock
, too. I can handle it.
This shouldn't be urgent as both Afk, but if someone picks this up in the meantime: If we bump |
I've been developing some BLS tests as a separate python project which depends on |
ab853b7
to
6e97575
Compare
Thanks for reporting - it should be. Repinned. |
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.
LGTM. We just need to do fixture diff using hasher
to main
for pre-Prague forks before merging.
Checking now! |
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.
LGTM! Thanks!
* Bump EELS dependency * Change EELS dep version in other location * chore(deps): move from ethereum git to ethereum-execution package; bump resolver * chore(deps): bump execution-specs version used for test fixture generation * docs: update changelog --------- Co-authored-by: danceratopz <[email protected]>
🗒️ Description
The
py_ecc
dependency has been changed from a git dependency to a standard PyPI dependency. Since EEST indirectly depends onpy_ecc
through EELS it needs its EELS dependency bumped.✅ Checklist