Add a note on requesting STATUS again

This commit is contained in:
Chih Cheng Liang 2019-12-19 18:46:15 +08:00
parent 1f06026bf7
commit c4b23590d4
No known key found for this signature in database
GPG Key ID: 79D5148F27B58ADD
1 changed files with 2 additions and 0 deletions

View File

@ -437,6 +437,8 @@ Clients SHOULD immediately disconnect from one another following the handshake a
Once the handshake completes, the client with the lower `finalized_epoch` or `head_slot` (if the clients have equal `finalized_epoch`s) SHOULD request beacon blocks from its counterparty via the `BeaconBlocksByRange` request.
*Note*: Under bad network condition or after some rounds of `BeaconBlocksByRange` requests, the client might need to send `Status` request again to learn if the peer has a higher head. Implementers are free to implement such behavior in their own way.
#### Goodbye
**Protocol ID:** ``/eth2/beacon_chain/req/goodbye/1/``