Files
lighthouse/beacon_node
Eitan Seri-Levi def1a6cacc fix: store envelope for DuplicateFullyImported + fix load_parent
Two fixes for GLOaS range sync:

1. DuplicateFullyImported: persist envelope for blocks that are already
   in fork choice (e.g. post-checkpoint-sync blocks between finalized
   and head).

2. load_parent: if parent envelope isn't in store, check if parent is
   already in fork choice. If it is, the parent was already imported
   and validated — proceed without requiring the envelope in store.
   This handles the case where PayloadEnvelopesByRange doesn't return
   envelopes for all blocks (fewer envelopes than blocks).
2026-05-07 13:26:53 +00:00
..
2026-04-29 14:24:25 +02:00
2026-03-06 23:09:33 +00:00