lighthouse/beacon_node/http_api
realbigsean 2c2c443718 404's on API requests for slots that have been skipped or orphaned (#2272)
## Issue Addressed

Resolves #2186

## Proposed Changes

404 for any block-related information on a slot that was skipped or orphaned

Affected endpoints:
- `/eth/v1/beacon/blocks/{block_id}`
- `/eth/v1/beacon/blocks/{block_id}/root`
- `/eth/v1/beacon/blocks/{block_id}/attestations`
- `/eth/v1/beacon/headers/{block_id}`

## Additional Info



Co-authored-by: realbigsean <seananderson33@gmail.com>
2021-04-25 03:59:59 +00:00
..
src 404's on API requests for slots that have been skipped or orphaned (#2272) 2021-04-25 03:59:59 +00:00
tests 404's on API requests for slots that have been skipped or orphaned (#2272) 2021-04-25 03:59:59 +00:00
Cargo.toml update tokio-stream to 0.1.3 and use BroadcastStream (#2212) 2021-03-01 01:58:05 +00:00