From 88b1818e9ba46fcc412457a31010e4909205e255 Mon Sep 17 00:00:00 2001 From: Enrico Del Fante Date: Thu, 30 Nov 2023 11:55:52 +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 8150dee8d..928f872dc 100644 --- a/specs/deneb/p2p-interface.md +++ b/specs/deneb/p2p-interface.md @@ -253,7 +253,7 @@ Per `context = compute_fork_digest(fork_version, genesis_validators_root)`: No more than `MAX_REQUEST_BLOCKS_DENEB` may be requested at a time. *[Modified in Deneb:EIP4844]* -Clients SHOULD consider including a block in the response as soon as it passes the gossip validation rules. +Clients SHOULD include a block in the response as soon as it passes the gossip validation rules. *[New in Deneb:EIP4844]* Clients MAY continue serving blocks 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).