feat: add electra support for light-client#7063
Merged
Conversation
Contributor
Performance Report✔️ no performance regression detected Full benchmark results
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## unstable #7063 +/- ##
============================================
+ Coverage 49.37% 50.90% +1.53%
============================================
Files 589 595 +6
Lines 39233 39652 +419
Branches 2246 2268 +22
============================================
+ Hits 19370 20184 +814
+ Misses 19822 19468 -354
+ Partials 41 0 -41 |
wemeetagain
previously approved these changes
Sep 9, 2024
nflaig
reviewed
Sep 16, 2024
Member
nflaig
left a comment
There was a problem hiding this comment.
light client spec tests are currently disabled, this branch should pass those?
Contributor
Good call. Enabled. |
philknows
pushed a commit
that referenced
this pull request
Sep 27, 2024
* Add constant * Use constants * Remove ZERO_NEXT_SYNC_COMMITTEE_BRANCH * Add normalizeMerkleBranch * add getId to CheckpointHeaderRepository * fix: light-client unit tests * chore: lint * Fix normalizeMerkleBranch * Enable LC spec test * fix spec test --------- Co-authored-by: NC <[email protected]>
Member
|
🎉 This PR is included in v1.23.0 🎉 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
Branch created on behalf of the original author @ensi321. Replaces #7038 to avoid a difficult rebase due to the various rebases of the electra branch it was originally based on. Cherry-picked the commits over and will commit here with fixes for the errors that come up.
Verified that all code in commits up to c5bab83 were on current unstable and 0a33b9a starts novel code for from PR#7038
Description
Fix various places to comply with light client electra spec
Will be ready for review after #6986 is merged.