Versions in this module Expand all Collapse all v1 v1.0.0 Sep 1, 2023 Changes in this version + type BlockStore interface + Base func() int64 + Height func() int64 + LoadBlock func(int64) *types.Block + type DataPoint struct + BlockTime time.Time + Duration time.Duration + Hash []byte + type Report struct + All []DataPoint + Avg time.Duration + Connections uint64 + ID uuid.UUID + Max time.Duration + Min time.Duration + NegativeCount int + Rate uint64 + Size uint64 + StdDev time.Duration + type Reports struct + func GenerateFromBlockStore(s BlockStore) (*Reports, error) + func (rs *Reports) ErrorCount() int + func (rs *Reports) List() []Report