lighthouse-pulse/common/warp_utils/src
realbigsean f8da151b0b Standard beacon api updates (#1831)
## Issue Addressed

Resolves #1809 
Resolves #1824
Resolves #1818
Resolves #1828 (hopefully)

## Proposed Changes

- add `validator_index` to the proposer duties endpoint
- add the ability to query for historical proposer duties
- `StateId` deserialization now fails with a 400 warp rejection
- add the `validator_balances` endpoint
- update the `aggregate_and_proofs` endpoint to accept an array
- updates the attester duties endpoint from a `GET` to a `POST`
- reduces the number of times we query for proposer duties from once per slot per validator to only once per slot 


Co-authored-by: realbigsean <seananderson33@gmail.com>
Co-authored-by: Paul Hauner <paul@paulhauner.com>
2020-11-09 23:13:56 +00:00
..
cors.rs Support pre-flight CORS check (#1772) 2020-10-22 04:47:27 +00:00
lib.rs Support pre-flight CORS check (#1772) 2020-10-22 04:47:27 +00:00
reject.rs Standard beacon api updates (#1831) 2020-11-09 23:13:56 +00:00
task.rs Implement VC API (#1657) 2020-10-02 09:42:19 +00:00