lighthouse/beacon_node/http_api
Paul Hauner 3d239b85ac Allow for a clock disparity on the duties endpoints (#2283)
## Issue Addressed

Resolves #2280

## Proposed Changes

Allows for API consumers to call the proposer/attester duties endpoints [`MAXIMUM_GOSSIP_CLOCK_DISPARITY`](b34a79dc0b/beacon_node/beacon_chain/src/beacon_chain.rs (L99-L102)) earlier than the current epoch. For additional reasoning, see https://github.com/sigp/lighthouse/issues/2280#issuecomment-805358897.

## Additional Info

NA
2021-03-29 23:42:35 +00:00
..
src Allow for a clock disparity on the duties endpoints (#2283) 2021-03-29 23:42:35 +00:00
tests Allow for a clock disparity on the duties endpoints (#2283) 2021-03-29 23:42:35 +00:00
Cargo.toml update tokio-stream to 0.1.3 and use BroadcastStream (#2212) 2021-03-01 01:58:05 +00:00