mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-03 00:31:50 +00:00
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>