Skip to content

Commit

Permalink
Merge pull request #3174 from terencechain/clarify-empty-blob-sidecar
Browse files Browse the repository at this point in the history
EIP4844: Clarify ratelimit behavior for sidecar with zero blobs
  • Loading branch information
djrtwo committed Jan 12, 2023
2 parents 5123119 + 8d841c8 commit fc6bdad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions specs/eip4844/p2p-interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,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.

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`.
Clients MAY NOT want to consider empty `BlobSidecar`s in rate limiting logic.

The response MUST contain no more than `count` blobs sidecars.

Clients MUST respond with blobs sidecars from their view of the current fork choice
Expand Down

0 comments on commit fc6bdad

Please sign in to comment.