Versions in this module Expand all Collapse all v0 v0.3.0 Aug 6, 2026 Changes in this version + type Config struct + Comm common.Communication + ID common.NodeID + Logger common.Logger + MaxSequenceWindow uint64 + RandomSource *rand.Rand + SignatureAggregatorCreator common.SignatureAggregatorCreator + StartTime time.Time + Storage common.Storage + type NonValidator struct + func NewNonValidator(config Config) (*NonValidator, error) + func (n *NonValidator) AdvanceTime(t time.Time) + func (n *NonValidator) HandleMessage(msg *common.Message, from common.NodeID) error + func (n *NonValidator) Start() + func (n *NonValidator) Stop()