ethereum / beacon-APIs

Collection of RESTful APIs provided by Ethereum Beacon nodes
https://ethereum.github.io/beacon-APIs/
Creative Commons Zero v1.0 Universal
335 stars 169 forks source link

Return 404 error if no sync committee contribution is available #440

Closed nflaig closed 2 months ago

nflaig commented 6 months ago

Clarify that 404 status code (error) should be returned if no sync committee contribution is available for the requested beacon_block_root.

See related PR https://github.com/ethereum/beacon-APIs/pull/380 that added the same note for no aggregated attestation available.