nimbus-eth2/research
Etan Kissling 40e89937c5
segregate sync committee messages by period / fork (#4953)
`SyncCommitteeMsgPool` grouped messages by their `beacon_block_root`.
This is problematic around sync committee period boundaries and forks.
Around sync committee period boundaries, members from both the current
and next sync committee may sign the same `beacon_block_root`; mixing
the signatures from both committees together is a mistake. Likewise,
around fork transitions, the `signing_root` changes, so those messages
also need to be segregated.
2023-05-17 07:55:55 +03:00
..
.gitignore
block_sim.nim segregate sync committee messages by period / fork (#4953) 2023-05-17 07:55:55 +03:00
block_sim.nim.cfg
fakeee.nim bump web3 (#4919) 2023-05-09 22:51:57 +00:00
nim.cfg
simutils.nim
stack_sizes.nim
state_sim.nim segregate sync committee messages by period / fork (#4953) 2023-05-17 07:55:55 +03:00
timing.nim
wss_sim.nim segregate sync committee messages by period / fork (#4953) 2023-05-17 07:55:55 +03:00