Clarify the response of BlocksByRange to address #1765

This commit is contained in:
Danny Ryan 2020-05-08 11:09:12 -06:00
parent 3a71c6d9bd
commit 01eaf6cc99
No known key found for this signature in database
GPG Key ID: 2765A792E42CE07A
1 changed files with 3 additions and 1 deletions

View File

@ -537,7 +537,9 @@ The response MUST contain no more than `count` blocks.
Clients MUST order blocks by increasing slot number. 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.
#### BeaconBlocksByRoot #### BeaconBlocksByRoot