Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify broadcast validation failure in response code for publishBlockV2 #372

Merged
merged 1 commit into from
Nov 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apis/beacon/blocks/blinded_blocks.v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ post:
"202":
description: "The block failed validation, but was successfully broadcast anyway. It was not integrated into the beacon node's database."
"400":
description: "The `SignedBlindedBeaconBlock` object is invalid"
description: "The `SignedBlindedBeaconBlock` object is invalid or broadcast validation failed"
content:
application/json:
schema:
Expand Down
2 changes: 1 addition & 1 deletion apis/beacon/blocks/blocks.v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ post:
"202":
description: "The block could not be integrated into the beacon node's database as it failed validation, but was successfully broadcast."
"400":
description: "The `SignedBeaconBlock` object is invalid and could not be broadcast"
description: "The `SignedBeaconBlock` object is invalid or broadcast validation failed"
content:
application/json:
schema:
Expand Down
Loading