Versions in this module Expand all Collapse all v1 v1.14.2 Aug 2, 2025 Changes in this version + type Peers interface + Connected func(nodeID ids.NodeID) + Disconnected func(nodeID ids.NodeID) + GetPeers func() set.Set[ids.NodeID] + QueryFailed func(nodeID ids.NodeID) + type StartupTracker interface + ShouldStart func() bool + type Tracker interface + Bootstrapped func() + IsBootstrapped func() bool + RegisterRequest func(nodeID ids.NodeID, requestID uint32, msgType string) (time.Time, bool) + RegisterResponse func(nodeID ids.NodeID, requestID uint32, msgType string, latency time.Duration) + func NewTracker() Tracker Other modules containing this package github.com/luxfi/node/v2