Files
lighthouse/beacon_node
dapplion 7f43ba77b9 Centralise Gloas boundary skip in CachedPTCs::try_from_state
CachedPTCs::try_from_state now returns Result<Option<Self>, _> and
internalises the boundary rule (pre-Gloas state, Gloas shuffling epoch
=> Ok(None)). Callers (block import priming, state advance timer,
with_cached_shuffling miss path) just skip insertion on None instead
of duplicating the guard. The unit test exercises the three boundary
cases against a pre-Gloas state.
2026-05-21 21:02:45 +02:00
..
2026-05-05 06:35:57 +00:00
2025-08-13 03:04:31 +00:00
2025-03-12 22:31:05 +00:00
2026-03-06 23:09:33 +00:00