Skip to content

Commit

Permalink
The return values MUST be sent in (slot, column_index) order.
Browse files Browse the repository at this point in the history
  • Loading branch information
hwwhww authored May 7, 2024
1 parent 34756a8 commit 9ffd08a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/_features/eip7594/p2p-interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ Clients MUST respond with at least the data column sidecars of the first blob-ca

Clients MUST include all data column sidecars of each block from which they include data column sidecars.

The following data column sidecars, where they exist, MUST be sent in consecutive `(slot, index)` order.
The following data column sidecars, where they exist, MUST be sent in `(slot, column_index)` order.

Slots that do not contain known data columns MUST be skipped, mimicking the behaviour
of the `BlocksByRange` request. Only response chunks with known data columns should
Expand Down

0 comments on commit 9ffd08a

Please sign in to comment.