Update specs/deneb/p2p-interface.md

Co-authored-by: Justin Traglia <95511699+jtraglia@users.noreply.github.com>
This commit is contained in:
Enrico Del Fante 2024-10-16 18:24:19 +02:00 committed by GitHub
parent 7c31b3ee7a
commit 5b55e95984
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -310,7 +310,8 @@ Clients SHOULD include a sidecar in the response as soon as it passes the gossip
Clients SHOULD NOT respond with sidecars related to blocks that fail gossip validation rules.
Clients SHOULD NOT respond with sidecars related to blocks that fail the beacon chain state transition
###### Blobs recovery via local execution layer client
###### Blob retrieval via local execution layer client
In addition to `BlobSidecarsByRoot` requests, recent blobs recovery MAY also be done by querying the Execution Layer (i.e. via `engine_getBlobsV1`)
Implementers are encouraged to leverage this method to increase the likelihood of incorporating and attesting to the last block when its proposer is not able to publish blobs on time.