Versions in this module Expand all Collapse all v1 v1.9.8 Jun 28, 2023 Changes in this version + type Factory interface + New func(vdrs ids.NodeIDBag) Poll + func NewEarlyTermNoTraversalFactory(alpha int) Factory + func NewNoEarlyTermFactory() Factory + type Poll interface + Drop func(vdr ids.NodeID) + Finished func() bool + Result func() ids.Bag + Vote func(vdr ids.NodeID, vote ids.ID) + type Set interface + Add func(requestID uint32, vdrs ids.NodeIDBag) bool + Drop func(requestID uint32, vdr ids.NodeID) []ids.Bag + Len func() int + Vote func(requestID uint32, vdr ids.NodeID, vote ids.ID) []ids.Bag + func NewSet(factory Factory, log logging.Logger, namespace string, ...) Set v1.9.8-rc.9 Jun 28, 2023