mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-02 22:03:37 +00:00
cover step
parameter in stricter range request
This commit is contained in:
parent
7371341f6c
commit
18f8c74d5a
@ -589,7 +589,7 @@ Clients MUST keep a record of signed blocks seen since the since the start of th
|
||||
|
||||
Clients MUST respond with at least the first block that exists in the range, if they have it.
|
||||
|
||||
The following blocks MUST be ordered consecutively, with each `parent_root` matching the `hash_tree_root` of the previous block.
|
||||
The following blocks, where they exist, MUST be send in consecutive order without gaps, as selected by `step`. In particular, when `step == 1`, each `parent_root` MUST match the `hash_tree_root` of the preceding block.
|
||||
|
||||
Clients MAY limit the number of blocks in the response.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user