You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…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 <[email protected]>
Description
Making get request on skipped block return earliest not skipped block
Version
docker sigp/lighthouse:v1.1.0
Present Behaviour
GET /eth/v1/beacon/blocks/554465
https://pyrmont.beaconcha.in/block/554465
return information of block 554464
https://pyrmont.beaconcha.in/block/554464
Expected Behaviour
GET /eth/v1/beacon/blocks/{block_id} (on skipped block)
should return 404
The text was updated successfully, but these errors were encountered: