From 0f4c717cf7e91caf256f4c0080a79450862d3a21 Mon Sep 17 00:00:00 2001 From: "lightclient@protonmail.com" Date: Sat, 30 Apr 2022 11:22:30 +0200 Subject: [PATCH] add gas target to registration --- apis/validator/prepare_beacon_proposer.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apis/validator/prepare_beacon_proposer.yaml b/apis/validator/prepare_beacon_proposer.yaml index 78990266..015ab5ef 100644 --- a/apis/validator/prepare_beacon_proposer.yaml +++ b/apis/validator/prepare_beacon_proposer.yaml @@ -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 @@ -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'