Files
lighthouse/beacon_node/beacon_chain
Devnet Bot 732ab9628f fix(focil): use fork choice head_hash for IL production
In ePBS/Gloas, the execution payload is delivered via envelope, not
embedded in the beacon block. produce_inclusion_list was trying to
extract parent_hash from the beacon block's execution payload (which
doesn't exist), causing every IL fetch to fail.

Use cached_head.head_hash() which correctly tracks the execution
block hash through fork choice, including envelope imports.
2026-05-06 13:16:32 +00:00
..
2026-02-07 01:18:04 +00:00
2026-04-30 15:02:35 +02:00
2026-03-06 23:09:33 +00:00