diff --git a/apis/beacon/blocks/attestations.v2.yaml b/apis/beacon/blocks/attestations.v2.yaml index e601bed6..75da8f52 100644 --- a/apis/beacon/blocks/attestations.v2.yaml +++ b/apis/beacon/blocks/attestations.v2.yaml @@ -15,7 +15,7 @@ get: headers: Eth-Consensus-Version: $ref: '../../../beacon-node-oapi.yaml#/components/headers/Eth-Consensus-Version' - description: "The consensus version of the attestations" + description: "The active consensus version to which the attestations belong" content: application/json: schema: diff --git a/apis/beacon/blocks/blinded_blocks.v2.yaml b/apis/beacon/blocks/blinded_blocks.v2.yaml index dd627338..93e3b568 100644 --- a/apis/beacon/blocks/blinded_blocks.v2.yaml +++ b/apis/beacon/blocks/blinded_blocks.v2.yaml @@ -42,7 +42,7 @@ post: $ref: '../../../beacon-node-oapi.yaml#/components/schemas/ConsensusVersion' required: true name: Eth-Consensus-Version - description: "The consensus version of the block being submitted." + description: "The active consensus version to which the block being submitted belongs." requestBody: description: "The `SignedBlindedBeaconBlock` object composed of `BlindedBeaconBlock` object (produced by beacon node) and validator signature." required: true diff --git a/apis/beacon/blocks/blinded_blocks.yaml b/apis/beacon/blocks/blinded_blocks.yaml index f820267f..5e7440ec 100644 --- a/apis/beacon/blocks/blinded_blocks.yaml +++ b/apis/beacon/blocks/blinded_blocks.yaml @@ -20,7 +20,7 @@ post: $ref: '../../../beacon-node-oapi.yaml#/components/schemas/ConsensusVersion' required: false name: Eth-Consensus-Version - description: "The consensus version of the block being submitted, if using SSZ encoding." + description: "The active consensus version to which the block being submitted belongs, if using SSZ encoding." requestBody: description: "The `SignedBlindedBeaconBlock` object composed of `BlindedBeaconBlock` object (produced by beacon node) and validator signature." required: true diff --git a/apis/beacon/blocks/blocks.v2.yaml b/apis/beacon/blocks/blocks.v2.yaml index 4c1ef81f..97e83766 100644 --- a/apis/beacon/blocks/blocks.v2.yaml +++ b/apis/beacon/blocks/blocks.v2.yaml @@ -41,7 +41,7 @@ post: $ref: '../../../beacon-node-oapi.yaml#/components/schemas/ConsensusVersion' required: true name: Eth-Consensus-Version - description: "The consensus version of the block being submitted." + description: "The active consensus version to which the block being submitted belongs." requestBody: description: "The `SignedBeaconBlock` object composed of `BeaconBlock` object (produced by beacon node) and validator signature." required: true diff --git a/apis/beacon/blocks/blocks.yaml b/apis/beacon/blocks/blocks.yaml index 25971503..0f269427 100644 --- a/apis/beacon/blocks/blocks.yaml +++ b/apis/beacon/blocks/blocks.yaml @@ -19,7 +19,7 @@ post: $ref: '../../../beacon-node-oapi.yaml#/components/schemas/ConsensusVersion' required: false name: Eth-Consensus-Version - description: "The consensus version of the block being submitted, if using SSZ encoding." + description: "The active consensus version to which the block being submitted belongs, if using SSZ encoding." requestBody: description: "The `SignedBeaconBlock` object composed of `BeaconBlock` object (produced by beacon node) and validator signature." required: true diff --git a/apis/beacon/pool/attestations.v2.yaml b/apis/beacon/pool/attestations.v2.yaml index 67c017fc..4e6f48f3 100644 --- a/apis/beacon/pool/attestations.v2.yaml +++ b/apis/beacon/pool/attestations.v2.yaml @@ -67,7 +67,7 @@ post: $ref: '../../../beacon-node-oapi.yaml#/components/schemas/ConsensusVersion' required: true name: Eth-Consensus-Version - description: "The consensus version of the attestations being submitted." + description: "The consensus version to which the attestations being submitted belong." tags: - Beacon - ValidatorRequiredApi diff --git a/apis/beacon/pool/attester_slashings.v2.yaml b/apis/beacon/pool/attester_slashings.v2.yaml index e5f8c9b5..28bec5a6 100644 --- a/apis/beacon/pool/attester_slashings.v2.yaml +++ b/apis/beacon/pool/attester_slashings.v2.yaml @@ -42,7 +42,7 @@ post: $ref: '../../../beacon-node-oapi.yaml#/components/schemas/ConsensusVersion' required: true name: Eth-Consensus-Version - description: "The consensus version of the attester slashing being submitted." + description: "The active consensus version to which the attester slashing being submitted belongs." tags: - Beacon requestBody: diff --git a/apis/validator/aggregate_and_proofs.v2.yaml b/apis/validator/aggregate_and_proofs.v2.yaml index 2c168886..7f024972 100644 --- a/apis/validator/aggregate_and_proofs.v2.yaml +++ b/apis/validator/aggregate_and_proofs.v2.yaml @@ -11,7 +11,7 @@ post: $ref: '../../beacon-node-oapi.yaml#/components/schemas/ConsensusVersion' required: true name: Eth-Consensus-Version - description: "The consensus version of the aggregate and proofs being submitted." + description: "The active consensus version to which the aggregate and proofs being submitted belong." requestBody: required: true content: diff --git a/beacon-node-oapi.yaml b/beacon-node-oapi.yaml index 07d24e15..cf4cc0e2 100644 --- a/beacon-node-oapi.yaml +++ b/beacon-node-oapi.yaml @@ -425,7 +425,7 @@ components: headers: Eth-Consensus-Version: description: | - The consensus version of the data. Required in response so client can deserialize returned json or ssz data + The active consensus version to which the data belongs. Required in response so client can deserialize returned json or ssz data more effectively. required: true schema: