Update specs/deneb/p2p-interface.md

Co-authored-by: danny <dannyjryan@gmail.com>
This commit is contained in:
Enrico Del Fante 2023-11-30 11:55:52 +01:00 committed by Enrico Del Fante
parent ccca4498c9
commit 88b1818e9b
No known key found for this signature in database
GPG Key ID: F435EFF90817FBA5
1 changed files with 1 additions and 1 deletions

View File

@ -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. No more than `MAX_REQUEST_BLOCKS_DENEB` may be requested at a time.
*[Modified in Deneb:EIP4844]* *[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]* *[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). 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).