Files
Stefan 65bb2836be fix: set slot_number to latest_block_header.slot in Gloas fork upgrade (#8726)
During the Fulu→Gloas state upgrade, the latestExecutionPayloadHeader's
slot_number was hardcoded to 0. This caused beacon state root divergence
between Lighthouse and Lodestar at the Gloas fork boundary (slot 8).

Set slot_number to pre.latest_block_header.slot to match Lodestar's
behavior and correctly carry forward the slot of the last block.

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-02 15:42:22 +05:30
..