Skip to content

Commit

Permalink
Merge pull request #230 from StefanBratanov/exited_validator_registra…
Browse files Browse the repository at this point in the history
…tion

Registrations for exited or unknown validators will not be sent to the builder network
  • Loading branch information
rolfyone authored Oct 13, 2022
2 parents cc04d0e + f5132e2 commit e4047de
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apis/validator/register_validator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ post:
summary: Provide beacon node with registrations for the given validators to the external builder network.
description: |
Prepares the beacon node for engaging with external builders. The
information will be sent by the beacon node to the builder network. It is
information must be sent by the beacon node to the builder network. It is
expected that the validator client will send this information periodically
to ensure the beacon node has correct and timely registration information
to provide to builders. The validator client should not sign blinded beacon
blocks that do not adhere to their latest fee recipient and gas limit
preferences.
Note that requests containing currently inactive or unknown validator
pubkeys will be accepted, as they may become active at a later epoch.
Note that only registrations for active or pending validators must be sent to the builder network.
Registrations for unknown or exited validators must be filtered out and not sent to the builder network.
tags:
- Validator
requestBody:
Expand All @@ -20,7 +20,7 @@ post:
schema:
type: array
items:
$ref: '../../beacon-node-oapi.yaml#/components/schemas/SignedValidatorRegistration'
$ref: '../../beacon-node-oapi.yaml#/components/schemas/SignedValidatorRegistration'
responses:
"200":
description: Registration information has been received.
Expand Down

0 comments on commit e4047de

Please sign in to comment.