Versions in this module Expand all Collapse all v1 v1.0.0 Oct 28, 2022 Changes in this version + var EPOCH_SLOTS = 32 + var MAX_VAL_BATCH_SIZE = 20000 + var SLOT_SECONDS = 12 + var VAL_LEN = 400000 + type EpochTask struct + NextState fork_state.ForkStateContentBase + OnlyPrevAtt bool + PrevState fork_state.ForkStateContentBase + State fork_state.ForkStateContentBase + ValIdxs []uint64 + type MonitorTasks struct + Slot uint64 + ValIdxs []uint64 + type StateAnalyzer struct + EpochTaskChan chan *EpochTask + FinalSlot uint64 + InitSlot uint64 + MonitorSlotProcess map[uint64]uint64 + SlotRanges []uint64 + ValTaskChan chan *ValTask + ValidatorIndexes []uint64 + func NewStateAnalyzer(pCtx context.Context, httpCli *clientapi.APIClient, initSlot uint64, ...) (*StateAnalyzer, error) + func (s *StateAnalyzer) Close() + func (s *StateAnalyzer) Run() + type ValTask struct + OnlyPrevAtt bool + StateMetricsObj fork_metrics.StateMetrics + ValIdxs []uint64