Versions in this module Expand all Collapse all v1 v1.0.2 Jan 31, 2023 v1.0.1 Jan 25, 2023 Changes in this version + type Config struct + ShutDownIfNotUpgraded bool + WarningIfNotUpgradedEvery time.Duration + type Store struct + func NewStore(mainDB kvdb.Store) *Store + func (s *Store) GetMissedVersion() uint64 + func (s *Store) GetNetworkVersion() uint64 + func (s *Store) SetMissedVersion(v uint64) + func (s *Store) SetNetworkVersion(v uint64) + type VerWarcher struct + func New(cfg Config, store *Store) *VerWarcher + func (w *VerWarcher) OnNewLog(l *types.Log) + func (w *VerWarcher) Start() + func (w *VerWarcher) Stop()