mirror of
https://github.com/sigp/lighthouse.git
synced 2026-06-15 09:48:20 +00:00
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.