From 78380ff8a3c3106a0c0b34550f1ba0a7649c6648 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Kapka?= Date: Tue, 10 Sep 2024 20:56:46 -0400 Subject: [PATCH] Deprecate v1 block publishing (#467) Co-authored-by: Paul Harris --- apis/beacon/blocks/blinded_blocks.yaml | 1 + apis/beacon/blocks/blocks.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/apis/beacon/blocks/blinded_blocks.yaml b/apis/beacon/blocks/blinded_blocks.yaml index 1f545e57..f7da86ba 100644 --- a/apis/beacon/blocks/blinded_blocks.yaml +++ b/apis/beacon/blocks/blinded_blocks.yaml @@ -3,6 +3,7 @@ post: - Beacon - ValidatorRequiredApi summary: "Publish a signed block." + deprecated: true operationId: "publishBlindedBlock" description: | Instructs the beacon node to use the components of the `SignedBlindedBeaconBlock` to construct and publish a diff --git a/apis/beacon/blocks/blocks.yaml b/apis/beacon/blocks/blocks.yaml index 68be1b69..4c0a8517 100644 --- a/apis/beacon/blocks/blocks.yaml +++ b/apis/beacon/blocks/blocks.yaml @@ -3,6 +3,7 @@ post: - Beacon - ValidatorRequiredApi summary: "Publish a signed block." + deprecated: true operationId: "publishBlock" description: | Instructs the beacon node to broadcast a newly signed beacon block to the beacon network,