Files
lighthouse/beacon_node
Eitan Seri-Levi 5a93cbdf77 debug + fix: store envelope for DuplicateFullyImported blocks
After checkpoint sync, blocks between the finalized checkpoint and head
are already in fork choice but their envelopes aren't in the store.
When range sync downloads these blocks, they get skipped as
DuplicateFullyImported without persisting the envelope. The next new
block then fails load_parent because it can't find its parent's envelope.

Fix: persist the envelope in the DuplicateFullyImported path, same as
the existing WouldRevertFinalizedSlot path.
2026-05-07 12:59:42 +00:00
..
2026-04-29 14:24:25 +02:00
2026-03-06 23:09:33 +00:00