Skip to content

Commit

Permalink
Deprecate v1 block publishing (#467)
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Harris <paul.harris@consensys.net>
  • Loading branch information
rkapka and rolfyone authored Sep 11, 2024
1 parent bb60e92 commit 78380ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions apis/beacon/blocks/blinded_blocks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions apis/beacon/blocks/blocks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 78380ff

Please sign in to comment.