File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 13
13
successful. The beacon node is expected to integrate the new block into its state, and
14
14
therefore validate the block internally, however blocks which fail the validation are still
15
15
broadcast but a different status code is returned (202). Pre-Bellatrix, this endpoint will accept
16
- a `SignedBeaconBlock`. The broadcast behaviour may be adjusted via the `broadcast_validation`
16
+ a `SignedBeaconBlock`. After Deneb, this additionally instructs the beacon node to broadcast all given
17
+ signed blobs. The broadcast behaviour may be adjusted via the `broadcast_validation`
17
18
query parameter.
18
19
parameters :
19
20
- name : broadcast_validation
54
55
- $ref : " ../../../beacon-node-oapi.yaml#/components/schemas/Altair.SignedBeaconBlock"
55
56
- $ref : " ../../../beacon-node-oapi.yaml#/components/schemas/Bellatrix.SignedBlindedBeaconBlock"
56
57
- $ref : " ../../../beacon-node-oapi.yaml#/components/schemas/Capella.SignedBlindedBeaconBlock"
57
- - $ref : " ../../../beacon-node-oapi.yaml#/components/schemas/Deneb.SignedBlindedBeaconBlock "
58
+ - $ref : " ../../../beacon-node-oapi.yaml#/components/schemas/Deneb.SignedBlindedBlockContents "
58
59
application/octet-stream :
59
60
schema :
60
61
description : " SSZ serialized block bytes. Use content type header to indicate that SSZ data is contained in the request body."
Original file line number Diff line number Diff line change 11
11
The beacon node is also expected to integrate the block into the state, but may broadcast it
12
12
before doing so, so as to aid timely delivery of the block. Should the block fail full
13
13
validation, a separate success response code (202) is used to indicate that the block was
14
- successfully broadcast but failed integration. The broadcast behaviour may be adjusted via the
14
+ successfully broadcast but failed integration. After Deneb, this additionally instructs
15
+ the beacon node to broadcast all given signed blobs. The broadcast behaviour may be adjusted via the
15
16
`broadcast_validation` query parameter.
16
17
parameters :
17
18
- name : broadcast_validation
52
53
- $ref : " ../../../beacon-node-oapi.yaml#/components/schemas/Altair.SignedBeaconBlock"
53
54
- $ref : " ../../../beacon-node-oapi.yaml#/components/schemas/Bellatrix.SignedBeaconBlock"
54
55
- $ref : " ../../../beacon-node-oapi.yaml#/components/schemas/Capella.SignedBeaconBlock"
55
- - $ref : " ../../../beacon-node-oapi.yaml#/components/schemas/Deneb.SignedBeaconBlock "
56
+ - $ref : " ../../../beacon-node-oapi.yaml#/components/schemas/Deneb.SignedBlockContents "
56
57
application/octet-stream :
57
58
schema :
58
59
description : " SSZ serialized block bytes. Use content type header to indicate that SSZ data is contained in the request body."
You can’t perform that action at this time.
0 commit comments