Skip to content

Commit

Permalink
Optional randao verification when producing blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsproul authored and mpetrunic committed Aug 9, 2022
1 parent 23e1c4c commit cd71d99
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions apis/validator/block.v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,15 @@ get:
description: "Arbitrary data validator wants to include in block."
schema:
$ref: '../../beacon-node-oapi.yaml#/components/schemas/Graffiti'
- name: skip_randao_verification
in: query
required: false
description: |
Skip verification of the `randao_reveal` value. If this flag is set then the
`randao_reveal` must be set to the point at infinity (`0xc0..00`). This query parameter
is a flag and does not take a value.
schema: {}
allowEmptyValue: true
responses:
"200":
description: Success response
Expand Down

0 comments on commit cd71d99

Please sign in to comment.