-
-
Notifications
You must be signed in to change notification settings - Fork 289
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: use attestation v1 endpoints pre-electra #7024
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## electra-fork-rebasejul30 #7024 +/- ##
===========================================================
Coverage ? 49.38%
===========================================================
Files ? 589
Lines ? 39200
Branches ? 2243
===========================================================
Hits ? 19357
Misses ? 19802
Partials ? 41 |
Need to merge #6998 before this as v1 attestation apis are currently not working |
It looks like the CI is no longer able to download spec tests, might need to increase timeout |
It looks like general and mainnet are downloaded pretty quickly but minimal seems to be taking a long time. Wonder if there's any restriction/limitation in place. |
* fix: use attestation v1 endpoints pre-electra * Adapt block attestations error message with pool apis
* fix: use attestation v1 endpoints pre-electra * Adapt block attestations error message with pool apis
* fix: use attestation v1 endpoints pre-electra * Adapt block attestations error message with pool apis
🎉 This PR is included in v1.22.0 🎉 |
Motivation
Fix compatiblity with other clients that have not yet implemented attestation v2 endpoints.
Description
Use attestation v1 endpoints pre-electra, after fork transition, the validator client will start using v2 apis.