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 wss_sim: state transition simulator (#3309) 2022-01-22 10:25:30 +01:00
block_sim.nim segregate sync committee messages by period / fork (#4953) 2023-05-17 07:55:55 +03:00
block_sim.nim.cfg remove `news` leftovers (#4299) 2022-11-08 20:06:54 +00:00
fakeee.nim bump web3 (#4919) 2023-05-09 22:51:57 +00:00
nim.cfg enable `styleCheck:usages` (#3573) 2022-04-08 16:22:49 +00:00
simutils.nim align `MockPrivKeys` with EF keys (#4866) 2023-04-27 12:17:19 +00:00
stack_sizes.nim altair fork handling cleanups (#3050) 2021-11-05 08:34:34 +01:00
state_sim.nim segregate sync committee messages by period / fork (#4953) 2023-05-17 07:55:55 +03:00
timing.nim Local sim impovements (#4551) 2023-02-23 02:10:07 +00:00
wss_sim.nim segregate sync committee messages by period / fork (#4953) 2023-05-17 07:55:55 +03:00