Skip to content

Commit

Permalink
add lookahead epochs (#7)
Browse files Browse the repository at this point in the history
* update to mention lookahead epochs

* clarify current and lookahead epochs

* review comments
  • Loading branch information
xenowits authored Oct 17, 2023
1 parent 9e8f228 commit 453b01e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
7 changes: 4 additions & 3 deletions apis/validator/beacon_committee_selections.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ post:
This endpoint should be used by a validator client running as part of a distributed validator cluster, and is
implemented by a distributed validator middleware client. This endpoint is used to exchange partial
selection proofs for combined/aggregated selection proofs to allow a validator client
to correctly determine if one of its validators has been selected to perform an aggregation duty in a slot.
Validator clients must query this endpoint at the start of an epoch for all validators that have attester duties
in that epoch. Consensus clients need not support this endpoint and may return a 501.
to correctly determine if any of its validators has been selected to perform an attestation aggregation duty in a slot.
Validator clients must query this endpoint at the start of an epoch for the current and lookahead (next) epochs for
all validators that have attester duties in the current and lookahead epochs. Consensus clients need not support this
endpoint and may return a 501.
tags:
- Validator
requestBody:
Expand Down
8 changes: 4 additions & 4 deletions apis/validator/sync_committee_selections.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ post:
Submit sync committee selections to a DVT middleware client. It returns the threshold aggregated sync
committee selection. This endpoint should be used by a validator client running as part of a distributed
validator cluster, and is implemented by a distributed validator middleware client. This endpoint is
used to exchange partial selection proof slot signatures for combined/aggregated selection proofs to
allow a validator client to correctly determine if one of its validators has been selected to perform a
used to exchange partial selection proofs (slot signatures) for combined/aggregated selection proofs to
allow a validator client to correctly determine if any of its validators has been selected to perform a
sync committee contribution (sync aggregation) duty in a slot. Validator clients must query this endpoint
at the start of an epoch for all validators that have sync committee contribution duties in that epoch.
Consensus clients need not support this endpoint and may return a 501.
at the start of each slot for all validators that are included in the current sync committee. Consensus
clients need not support this endpoint and may return a 501.
tags:
- Validator
requestBody:
Expand Down

0 comments on commit 453b01e

Please sign in to comment.