Skip to content

Commit

Permalink
Fix word wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
OisinKyne committed Nov 28, 2022
1 parent fbf0a20 commit ad2f47a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 16 deletions.
12 changes: 5 additions & 7 deletions apis/validator/beacon_committee_selections.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@ post:
operationId: "submitBeaconCommitteeSelections"
summary: Determine if a distributed validator has been selected to aggregate
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
to correctly determine if one of its validators has been selected
to perform an aggregation duty in this slot.
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 an aggregation duty in this slot.
Consensus clients need not support this endpoint and may return a 501.
tags:
- Validator
requestBody:
Expand Down
16 changes: 7 additions & 9 deletions apis/validator/sync_committee_selections.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,13 @@ post:
operationId: "submitSyncCommitteeSelections"
summary: Detemine 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 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 sync committee contribution (sync aggregation) duty in this slot.
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 sync committee contribution (sync aggregation) duty in this slot. Consensus clients need not support
this endpoint and may return a 501.
tags:
- Validator
requestBody:
Expand Down

0 comments on commit ad2f47a

Please sign in to comment.