From 90f690a542f298ae89cdfd5c0013e9793619c252 Mon Sep 17 00:00:00 2001 From: Chris Hager Date: Thu, 9 Jun 2022 16:28:17 +0200 Subject: [PATCH] bid: change pubkey and include relay_pubkey --- types/bellatrix/bid.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/types/bellatrix/bid.yaml b/types/bellatrix/bid.yaml index 3e9e7fb..2f84304 100644 --- a/types/bellatrix/bid.yaml +++ b/types/bellatrix/bid.yaml @@ -9,9 +9,12 @@ Bellatrix: value: $ref: "../../beacon-apis/types/primitive.yaml#/Uint256" description: "Payment in wei that will be paid to the `fee_recipient` account." - pubkey: + builder_pubkey: $ref: "../../beacon-apis/types/primitive.yaml#/Pubkey" description: "BLS public key of builder." + relay_pubkey: + $ref: "../../beacon-apis/types/primitive.yaml#/Pubkey" + description: "BLS public key of relay." SignedBuilderBid: type: object @@ -21,3 +24,4 @@ Bellatrix: $ref: "#/Bellatrix/BuilderBid" signature: $ref: "../../beacon-apis/types/primitive.yaml#/Signature" + description: "BLS signature of relay over `message`"