Versions in this module Expand all Collapse all v0 v0.0.4 Jan 15, 2025 v0.0.1 Jan 15, 2025 Changes in this version + const AggregateReportingPeriod + type Service struct + TrackedValidators map[primitives.ValidatorIndex]bool + func NewService(ctx context.Context, config *ValidatorMonitorConfig, ...) (*Service, error) + func (s *Service) Start() + func (s *Service) Status() error + func (s *Service) Stop() error + type ValidatorAggregatedPerformance struct + type ValidatorLatestPerformance struct + type ValidatorMonitorConfig struct + AttestationNotifier operation.Notifier + HeadFetcher blockchain.HeadFetcher + InitialSyncComplete chan struct{} + StateGen stategen.StateManager + StateNotifier statefeed.Notifier