Skip to content

Commit

Permalink
add gas target to registration
Browse files Browse the repository at this point in the history
  • Loading branch information
lightclient committed May 5, 2022
1 parent 5d35bbd commit 0f4c717
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apis/validator/prepare_beacon_proposer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ post:
Optionally the validator may also include a signed validator registration
which will be used by the Builder API to verify a validator's latest fee
recipient.
recipient and preferred gas target.
Note that there is no guarantee that the beacon node will use the supplied fee
recipient when creating a block proposal, so on receipt of a proposed block the
Expand Down Expand Up @@ -41,6 +41,8 @@ post:
properties:
timestamp:
$ref: '../../beacon-node-oapi.yaml#/components/schemas/Uint64'
gas_target:
$ref: '../../beacon-node-oapi.yaml#/components/schemas/Uint64'
signature:
$ref: '../../beacon-node-oapi.yaml#/components/schemas/Signature'

Expand Down

0 comments on commit 0f4c717

Please sign in to comment.