lighthouse/beacon_node/http_api
realbigsean 6a7d221f72 add slot validation to attestation_data endpoint (#1888)
## Issue Addressed

Resolves #1801

## Proposed Changes

Verify queries to `attestation_data` are for no later than `current_slot + 1`. If they are later than this, return a 400.


Co-authored-by: realbigsean <seananderson33@gmail.com>
2020-11-16 02:59:35 +00:00
..
src add slot validation to attestation_data endpoint (#1888) 2020-11-16 02:59:35 +00:00
tests Peer endpoint updates (#1893) 2020-11-13 02:02:41 +00:00
Cargo.toml Ssz state (#1749) 2020-10-22 06:05:49 +00:00