mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-21 23:08:12 +00:00
Merge pull request #1795 from ethereum/clarify-blocks-request
Clarify BlocksByRange request
This commit is contained in:
commit
ca1876e12f
@ -540,7 +540,9 @@ The response MUST contain no more than `count` blocks.
|
||||
|
||||
Clients MUST order blocks by increasing slot number.
|
||||
|
||||
Clients MUST respond with blocks from their view of the current fork choice. In particular, blocks from slots before the finalization MUST lead to the finalized block reported in the `Status` handshake.
|
||||
Clients MUST respond with blocks from their view of the current fork choice -- that is, blocks from the single chain defined by the current head. Of note, blocks from slots before the finalization MUST lead to the finalized block reported in the `Status` handshake.
|
||||
|
||||
Clients MUST respond with blocks that are consistent from a single chain within the context of the request. After the initial block clients MAY stop in the process of responding, if their fork choice changes the view of the chain in the context of the request.
|
||||
|
||||
#### BeaconBlocksByRoot
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user