File tree Expand file tree Collapse file tree 9 files changed +11
-8
lines changed Expand file tree Collapse file tree 9 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 15
15
headers :
16
16
Eth-Consensus-Version :
17
17
$ref : ' ../../../beacon-node-oapi.yaml#/components/headers/Eth-Consensus-Version'
18
+ description : " The active consensus version to which the attestations belong."
18
19
content :
19
20
application/json :
20
21
schema :
Original file line number Diff line number Diff line change 42
42
$ref : ' ../../../beacon-node-oapi.yaml#/components/schemas/ConsensusVersion'
43
43
required : true
44
44
name : Eth-Consensus-Version
45
- description : " Version of the block being submitted."
45
+ description : " The active consensus version to which the block being submitted belongs ."
46
46
requestBody :
47
47
description : " The `SignedBlindedBeaconBlock` object composed of `BlindedBeaconBlock` object (produced by beacon node) and validator signature."
48
48
required : true
Original file line number Diff line number Diff line change 21
21
$ref : ' ../../../beacon-node-oapi.yaml#/components/schemas/ConsensusVersion'
22
22
required : false
23
23
name : Eth-Consensus-Version
24
- description : " Version of the block being submitted, if using SSZ encoding ."
24
+ description : " The active consensus version to which the block being submitted belongs ."
25
25
requestBody :
26
26
description : " The `SignedBlindedBeaconBlock` object composed of `BlindedBeaconBlock` object (produced by beacon node) and validator signature."
27
27
required : true
Original file line number Diff line number Diff line change 41
41
$ref : ' ../../../beacon-node-oapi.yaml#/components/schemas/ConsensusVersion'
42
42
required : true
43
43
name : Eth-Consensus-Version
44
- description : " Version of the block being submitted."
44
+ description : " The active consensus version to which the block being submitted belongs ."
45
45
requestBody :
46
46
description : " The `SignedBeaconBlock` object composed of `BeaconBlock` object (produced by beacon node) and validator signature."
47
47
required : true
Original file line number Diff line number Diff line change 20
20
$ref : ' ../../../beacon-node-oapi.yaml#/components/schemas/ConsensusVersion'
21
21
required : false
22
22
name : Eth-Consensus-Version
23
- description : " Version of the block being submitted, if using SSZ encoding ."
23
+ description : " The active consensus version to which the block being submitted belongs ."
24
24
requestBody :
25
25
description : " The `SignedBeaconBlock` object composed of `BeaconBlock` object (produced by beacon node) and validator signature."
26
26
required : true
Original file line number Diff line number Diff line change 67
67
$ref : ' ../../../beacon-node-oapi.yaml#/components/schemas/ConsensusVersion'
68
68
required : true
69
69
name : Eth-Consensus-Version
70
- description : " Version of the attestations being submitted."
70
+ description : " The consensus version to which the attestations being submitted belong ."
71
71
tags :
72
72
- Beacon
73
73
- ValidatorRequiredApi
Original file line number Diff line number Diff line change 42
42
$ref : ' ../../../beacon-node-oapi.yaml#/components/schemas/ConsensusVersion'
43
43
required : true
44
44
name : Eth-Consensus-Version
45
- description : " Version of the attester slashing being submitted."
45
+ description : " The active consensus version to which the attester slashing being submitted belongs ."
46
46
tags :
47
47
- Beacon
48
48
requestBody :
Original file line number Diff line number Diff line change 11
11
$ref : ' ../../beacon-node-oapi.yaml#/components/schemas/ConsensusVersion'
12
12
required : true
13
13
name : Eth-Consensus-Version
14
- description : " Version of the aggregate and proofs being submitted."
14
+ description : " The active consensus version to which the aggregate and proofs being submitted belong ."
15
15
requestBody :
16
16
required : true
17
17
content :
Original file line number Diff line number Diff line change @@ -448,7 +448,9 @@ components:
448
448
449
449
headers :
450
450
Eth-Consensus-Version :
451
- description : Required in response so client can deserialize returned json or ssz data more effectively.
451
+ description : |
452
+ The active consensus version to which the data belongs. Required in response so client can deserialize returned json or ssz data
453
+ more effectively.
452
454
required : true
453
455
schema :
454
456
$ref : ' #/components/schemas/ConsensusVersion'
You can’t perform that action at this time.
0 commit comments