lighthouse/beacon_node
Michael Sproul 748475be1d Ensure caches are built for block_rewards POST API (#3305)
## Issue Addressed

Follow up to https://github.com/sigp/lighthouse/pull/3290 that fixes a caching bug

## Proposed Changes

Build the committee cache for the new `POST /lighthouse/analysis/block_rewards` API. Due to an unusual quirk of the total active balance cache the API endpoint would sometimes fail after loading a state from disk which had a current epoch cache _but not_  a total active balance cache. This PR adds calls to build the caches immediately before they're required, and has been running smoothly with `blockdreamer` the last few days.
2022-07-04 02:56:15 +00:00
..
beacon_chain Use async code when interacting with EL (#3244) 2022-07-03 05:36:50 +00:00
builder_client Remove builder redundancy (#3294) 2022-07-01 01:15:19 +00:00
client Use async code when interacting with EL (#3244) 2022-07-03 05:36:50 +00:00
eth1 Unify execution layer endpoints (#3214) 2022-06-29 09:07:09 +00:00
execution_layer Simplify error handling after engines fallback removal (#3283) 2022-07-04 02:56:13 +00:00
genesis Unify execution layer endpoints (#3214) 2022-06-29 09:07:09 +00:00
http_api Ensure caches are built for block_rewards POST API (#3305) 2022-07-04 02:56:15 +00:00
http_metrics Support IPv6 in BN and VC HTTP APIs (#3104) 2022-03-24 00:04:49 +00:00
lighthouse_network Use async code when interacting with EL (#3244) 2022-07-03 05:36:50 +00:00
network Remove unused method in HandlerNetworkContext (#3299) 2022-07-04 02:56:14 +00:00
operation_pool Use async code when interacting with EL (#3244) 2022-07-03 05:36:50 +00:00
src Remove builder redundancy (#3294) 2022-07-01 01:15:19 +00:00
store Use async code when interacting with EL (#3244) 2022-07-03 05:36:50 +00:00
tests Altair consensus changes and refactors (#2279) 2021-07-09 06:15:32 +00:00
timer Use async code when interacting with EL (#3244) 2022-07-03 05:36:50 +00:00
Cargo.toml v2.3.2-rc.0 (#3289) 2022-06-28 03:03:30 +00:00