lighthouse-pulse/beacon_node/http_api
eklm 56b2ec6b29 Allow proposer duties request for the next epoch (#2963)
## Issue Addressed

Closes #2880 

## Proposed Changes

Support requests to the next epoch in proposer_duties api.

## Additional Info

Implemented with skipping proposer cache for this case because the cache for the future epoch will be missed every new slot as dependent_root is changed and we don't want to "wash it out" by saving additional values.
2022-02-18 05:32:00 +00:00
..
src Allow proposer duties request for the next epoch (#2963) 2022-02-18 05:32:00 +00:00
tests Allow proposer duties request for the next epoch (#2963) 2022-02-18 05:32:00 +00:00
Cargo.toml Allow proposer duties request for the next epoch (#2963) 2022-02-18 05:32:00 +00:00