Skip to content

Commit

Permalink
Merge pull request #1648 from sgryphon/feature/clarify-store-signed-b…
Browse files Browse the repository at this point in the history
…lock

Put back in a requirement to store recent signed blocks
  • Loading branch information
djrtwo committed Mar 10, 2020
2 parents bd5231a + d6eedd9 commit 0d01299
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion specs/phase0/p2p-interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,8 @@ Requests count beacon blocks from the peer starting from `start_slot`, leading u
The request MUST be encoded as an SSZ-container.

The response MUST consist of zero or more `response_chunk`. Each _successful_ `response_chunk` MUST contain a single `SignedBeaconBlock` payload.
Clients MUST support requesting blocks since the start of the weak subjectivity period and up to the given `head_block_root`.

Clients MUST keep a record of signed blocks seen since the since the start of the weak subjectivity period and MUST support serving requests of blocks up to their own `head_block_root`.

Clients MUST respond with at least one block, if they have it and it exists in the range. Clients MAY limit the number of blocks in the response.

Expand Down

0 comments on commit 0d01299

Please sign in to comment.