Skip to content
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

consensus specs v1.2.0-rc.1 #3661

Merged
merged 1 commit into from
May 25, 2022
Merged

consensus specs v1.2.0-rc.1 #3661

merged 1 commit into from
May 25, 2022

Conversation

tersec
Copy link
Contributor

@tersec tersec commented May 24, 2022

discard_equivocations should be implemented, but people want their 40% proposer boost, and this gets that without breaking mainnet compat and with an EF CL spec test suite for it too, so I consider discard_equivocations outside the scope of this PR.

@github-actions
Copy link

Unit Test Results

     12 files  ±  0     842 suites   - 8   57m 1s ⏱️ +7s
1 699 tests +  6  1 647 ✔️ +  2    52 💤 +4  0 ±0 
9 893 runs  +32  9 765 ✔️ +24  128 💤 +8  0 ±0 

Results for commit ec0610f. ± Comparison against base commit b3d603f.

@tersec tersec merged commit bf1763f into unstable May 25, 2022
@tersec tersec deleted the 1xp branch May 25, 2022 13:49
etan-status added a commit that referenced this pull request Jul 5, 2022
The justified and finalized `Checkpoint` are frequently passed around
together. This introduces a new `FinalityCheckpoint` data structure that
combines them into one.

Due to the large usage of this structure in fork choice, also took this
opportunity to update fork choice tests to the latest v1.2.0-rc.1 spec.
Many additional tests enabled, some need more work, e.g. EL mock blocks.
Also implemented `discard_equivocations` which was skipped in #3661,
and improved code reuse across fork choice logic while at it.
zah pushed a commit that referenced this pull request Jul 6, 2022
The justified and finalized `Checkpoint` are frequently passed around
together. This introduces a new `FinalityCheckpoint` data structure that
combines them into one.

Due to the large usage of this structure in fork choice, also took this
opportunity to update fork choice tests to the latest v1.2.0-rc.1 spec.
Many additional tests enabled, some need more work, e.g. EL mock blocks.
Also implemented `discard_equivocations` which was skipped in #3661,
and improved code reuse across fork choice logic while at it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant