Skip to content

Commit

Permalink
minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
lightclient committed May 7, 2022
1 parent ddfe1e3 commit 229a78e
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions types/registration.yaml
Original file line number Diff line number Diff line change
@@ -1,27 +1,23 @@
ValidatorRegistration:
type: object
description: "The [`ValidatorRegistration`]() object from the Builder API spec."
description: "The `ValidatorRegistration` object from the Builder API specification."
properties:
fee_recipient:
allOf:
- $ref: 'primitive.yaml#/ExecutionAddress'
- description: "Address to receive fees from the block."
gas_limit:
allOf:
- $ref: "primitive.yaml#/Uint64"
- description: "Gas limit the validator desires to target."
- description: "Preferred gas limit of validator."
timestamp:
allOf:
- $ref: 'primitive.yaml#/Uint64'
- description: "Unix timestamp of registration."
pubkey:
allOf:
- $ref: 'primitive.yaml#/Pubkey'
- description: "BLS public key of validator."

SignedValidatorRegistration:
type: object
description: "The [`SignedValidatorRegistration`]() object from the Builder API spec."
description: "The `SignedValidatorRegistration` object from the Builder API specification."
properties:
message:
$ref: "#/ValidatorRegistration"
Expand Down

0 comments on commit 229a78e

Please sign in to comment.