Versions in this module Expand all Collapse all v1 v1.1.0 Jun 19, 2022 Changes in this version + type WeightTracker interface + AddWeightForNode func(nodeID ids.ShortID) error + EnoughConnectedWeight func() bool + RemoveWeightForNode func(nodeID ids.ShortID) error + func NewWeightTracker(beacons validators.Set, startupAlpha uint64) WeightTracker