mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-03 14:24:24 +00:00
Remove sending empty blobs sidecar responses
This commit is contained in:
parent
ffacbb442b
commit
368e70d9be
@ -235,8 +235,9 @@ The following blobs sidecars, where they exist, MUST be sent in consecutive orde
|
|||||||
|
|
||||||
Clients MAY limit the number of blobs sidecars in the response.
|
Clients MAY limit the number of blobs sidecars in the response.
|
||||||
|
|
||||||
An empty `BlobSidecar` is one that does not contain any blobs, but contains non-zero `beacon_block_root`, `beacon_block_slot` and a valid `kzg_aggregated_proof`.
|
Slots that do not contain known blobs MUST be skipped, mimicking the behaviour
|
||||||
Clients MAY NOT want to consider empty `BlobSidecar`s in rate limiting logic.
|
of the `BlocksByRange` request. Only response chunks with known blobs should
|
||||||
|
therefore be sent.
|
||||||
|
|
||||||
The response MUST contain no more than `count` blobs sidecars.
|
The response MUST contain no more than `count` blobs sidecars.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user