-
Notifications
You must be signed in to change notification settings - Fork 103
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
*: electra #3558
*: electra #3558
Conversation
Co-authored-by: Kaloyan Tanev <[email protected]>
* Comment out gnosis fix * SubmitAttestation to versioned attestation * Rework attestations, add BlockAttestationsV2 endpoint, update signed blocks with electra version * go mod tidy * Add more random attestation util functions * Fix duty attester test signatures * Fix raw attestation json tag * Fix error messages
* Add electra versioned aggregations * Bump go-eth2-client version and fix TODOs * Write own switch cases, instead of waiting on go-eth2-client util funcs * Fix linter * WIP * Aggregations fixes and tests updates * Fix submitAttestations parsing * Bump go-eth2-client * Fix teku integration test
* Add electra version support in all switch cases * Add more electra tests
* Fix tracker aggregation bits attestations for electra * Add tests and fix linter * Remove test file * Fix final inclusion check * Fix TestInclusion test block structure
* Support obol fork of go-eth2-client * Compatible v1 attestations * Support v1 aggregations on electra * Fix pre-commit hook * iota rework
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3558 +/- ##
==========================================
- Coverage 57.47% 56.51% -0.97%
==========================================
Files 217 218 +1
Lines 32298 34765 +2467
==========================================
+ Hits 18563 19647 +1084
- Misses 11823 13052 +1229
- Partials 1912 2066 +154 ☔ View full report in Codecov by Sentry. |
Merge electra branch to main
category: feature
ticket: none