From b525e9ed35e932d46bcb97ff7e8e2336f0e8b9f8 Mon Sep 17 00:00:00 2001 From: Enrico Del Fante Date: Thu, 30 Nov 2023 11:56:14 +0100 Subject: [PATCH] Update specs/deneb/p2p-interface.md Co-authored-by: danny --- specs/deneb/p2p-interface.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/deneb/p2p-interface.md b/specs/deneb/p2p-interface.md index 928f872dc..ac4b6c96c 100644 --- a/specs/deneb/p2p-interface.md +++ b/specs/deneb/p2p-interface.md @@ -306,7 +306,7 @@ Clients MUST support requesting sidecars since `minimum_request_epoch`, where `m Clients MUST respond with at least one sidecar, if they have it. Clients MAY limit the number of blocks and sidecars in the response. -Clients SHOULD consider including a sidecar in the response as soon as it passes the gossip validation rules. +Clients SHOULD include a sidecar in the response as soon as it passes the gossip validation rules. Clients MUST NOT respond with sidecars that failed gossip validation. Clients MUST NOT respond with sidecars related to blocks that failed `fork_choice.on_block`. Clients MAY continue serving sidecars after failed `fork_choice.on_block` if and only if the failure reason is due to missing blobs. (i.e. some sidecars are missing but the available ones have been fully verified against the fully validated block).