Files
lighthouse/beacon_node/network
dapplion 476c1ec240 Fix gloas payload-envelope tests: harness persists envelopes during production
The test harness stores a payload envelope for every block it produces (via
StoreOp::PutPayloadEnvelope), so:
- by_root_unknown must use a root with no block, not a real block root (which
  already has a persisted envelope) to test the empty case.
- by_range must not expect a genesis envelope: genesis has no canonical
  execution payload, so the by-range handler filters it via block_has_canonical_payload.
2026-06-08 13:14:09 +02:00
..