Skip to content

Commit

Permalink
Return 404 error if no sync committee contribution is available (#440)
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Harris <paul.harris@consensys.net>
  • Loading branch information
nflaig and rolfyone authored Aug 13, 2024
1 parent 0628244 commit 2e4faf8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apis/validator/sync_committee_contribution.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ get:
A 503 error must be returned if the block identified by the response
`beacon_block_root` is optimistic (i.e. the sync committee contribution
refers to a block that has not been fully verified by an execution engine).
A 404 error must be returned if no sync committee contribution is available
for the requested `beacon_block_root`.
parameters:
- name: slot
in: query
Expand Down

0 comments on commit 2e4faf8

Please sign in to comment.