Skip to content

Commit

Permalink
address feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
OisinKyne committed Jan 6, 2023
1 parent b8203a0 commit 7f2979e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions apis/validator/beacon_committee_selections.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
post:
operationId: "submitBeaconCommitteeSelections"
summary: Determine if a distributed validator has been selected to aggregate
summary: Determine if a distributed validator has been selected to aggregate attestations
description: |
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
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 this slot.
Consensus clients need not support this endpoint and may return a 501.
tags:
Expand Down
2 changes: 1 addition & 1 deletion apis/validator/sync_committee_selections.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
post:
operationId: "submitSyncCommitteeSelections"
summary: Detemine if a distributed validator has been selected to make a sync committee contribution
summary: Determine if a distributed validator has been selected to make a sync committee contribution
description: |
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
Expand Down
2 changes: 1 addition & 1 deletion types/http.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ NotImplementedError:
type: string
example:
code: 501
message: "Endpoint not implemented."
message: "Endpoint not implemented"
CurrentlySyncing:
description: "Beacon node is currently syncing, try again later."
content:
Expand Down

0 comments on commit 7f2979e

Please sign in to comment.