Files
lighthouse/beacon_node/beacon_chain
Devnet Bot a4c1901d3b fix(focil): record inclusion list satisfaction on envelope import
The payload_inclusion_list_satisfaction map in fork choice was never being
populated. This meant should_extend_payload always returned false, causing
the Empty/Full tiebreaker to always favor Empty — resulting in payload
envelopes being orphaned even when they satisfied the inclusion list.

After importing a valid execution payload envelope, check whether its
transactions satisfy the cached inclusion list entries for that slot and
record the result in fork choice. This allows the tiebreaker to correctly
favor Full when the IL is satisfied.
2026-05-18 15:20:30 +00:00
..
2026-02-07 01:18:04 +00:00
2026-05-17 12:13:00 +03:00
2026-05-05 06:35:57 +00:00