nimbus-eth2/research
Etan Kissling 2a2bcea70d
group justified and finalized `Checkpoint` (#3841)
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.
2022-07-06 13:33:02 +03:00
..
.gitignore wss_sim: state transition simulator (#3309) 2022-01-22 10:25:30 +01:00
block_sim.nim group justified and finalized `Checkpoint` (#3841) 2022-07-06 13:33:02 +03:00
block_sim.nim.cfg enable `styleCheck:usages` (#3573) 2022-04-08 16:22:49 +00:00
nim.cfg enable `styleCheck:usages` (#3573) 2022-04-08 16:22:49 +00:00
simutils.nim cleanups (#3819) 2022-06-29 18:53:59 +02:00
stack_sizes.nim altair fork handling cleanups (#3050) 2021-11-05 08:34:34 +01:00
state_sim.nim stylecheck fixes (#3592) 2022-04-14 13:47:14 +03:00
wss_sim.nim cleanups (#3819) 2022-06-29 18:53:59 +02:00