mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-06 18:21:45 +00:00
Start implementation of 'get attstation' validator function.
- Created new /beacon/validator/attestation endpoint - Updated some small issues with the API spec.
This commit is contained in:
@@ -839,8 +839,6 @@ paths:
|
||||
$ref: '#/components/schemas/ValidatorDuty'
|
||||
400:
|
||||
$ref: '#/components/responses/InvalidRequest'
|
||||
406:
|
||||
description: "Duties cannot be provided for the requested epoch."
|
||||
500:
|
||||
$ref: '#/components/responses/InternalError'
|
||||
503:
|
||||
@@ -867,6 +865,8 @@ paths:
|
||||
schema:
|
||||
type: string
|
||||
format: byte
|
||||
pattern: "^0x[a-fA-F0-9]{192}$"
|
||||
description: "A valid BLS signature."
|
||||
responses:
|
||||
200:
|
||||
description: Success response
|
||||
|
||||
Reference in New Issue
Block a user