mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-15 02:42:38 +00:00
Validator monitor support for sync committees (#2476)
## Issue Addressed N/A ## Proposed Changes Add functionality in the validator monitor to provide sync committee related metrics for monitored validators. Co-authored-by: Michael Sproul <michael@sigmaprime.io>
This commit is contained in:
@@ -27,7 +27,7 @@ fn end_of_epoch_state<T: BeaconChainTypes>(
|
||||
fn get_epoch_processing_summary<T: EthSpec>(
|
||||
state: &mut BeaconState<T>,
|
||||
spec: &ChainSpec,
|
||||
) -> Result<EpochProcessingSummary, warp::reject::Rejection> {
|
||||
) -> Result<EpochProcessingSummary<T>, warp::reject::Rejection> {
|
||||
process_epoch(state, spec)
|
||||
.map_err(|e| warp_utils::reject::custom_server_error(format!("{:?}", e)))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user