From 5b93d6a0418600384ff4ca270f2fb92e2251e220 Mon Sep 17 00:00:00 2001 From: Enrico Del Fante Date: Thu, 3 Oct 2024 17:52:56 +0200 Subject: [PATCH] improvement --- 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 69a818855..95d0e33ed 100644 --- a/specs/deneb/p2p-interface.md +++ b/specs/deneb/p2p-interface.md @@ -314,7 +314,7 @@ Clients SHOULD NOT respond with sidecars related to blocks that fail the beacon 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. -When clients uses local execution layer to retrieve blobs relative to the current slot they MUST behave as if the corresponding `blob_sidecar` had been received via gossip. In particular they MUST: +When clients uses local execution layer to recover missing blobs relative to the current slot, they MUST behave as if the corresponding `blob_sidecar` had been received via gossip. In particular they MUST: - publish the corresponding `blob_sidecar` on the `blob_sidecar_{subnet_id}` subnet. - update gossip rule related data structures (ie update the anti-equivocation cache).