Update p2p-interface.md

This commit is contained in:
Enrico Del Fante 2024-10-16 18:26:59 +02:00 committed by GitHub
parent cb837f27c3
commit 6c99b0bbf4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -316,8 +316,8 @@ In addition to `BlobSidecarsByRoot` requests, recent blobs MAY be retrieved by q
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 use 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 (i.e. update the anti-equivocation cache).
* publish the corresponding `blob_sidecar` on the `blob_sidecar_{subnet_id}` subnet.
* update gossip rule related data structures (i.e. update the anti-equivocation cache).
##### BlobSidecarsByRange v1