From 2e4faf8081235e4dc19753663002b026fda76b81 Mon Sep 17 00:00:00 2001 From: Nico Flaig Date: Tue, 13 Aug 2024 21:45:29 +0100 Subject: [PATCH] Return 404 error if no sync committee contribution is available (#440) Co-authored-by: Paul Harris --- apis/validator/sync_committee_contribution.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apis/validator/sync_committee_contribution.yaml b/apis/validator/sync_committee_contribution.yaml index 3aac4a21..53484bba 100644 --- a/apis/validator/sync_committee_contribution.yaml +++ b/apis/validator/sync_committee_contribution.yaml @@ -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