Versions in this module Expand all Collapse all v0 v0.1.3 Jun 25, 2022 v0.1.0 Jun 25, 2022 Changes in this version + type Bootstrapper struct + Blocked *queue.JobsWithMissing + Bootstrapped func() + VM block.ChainVM + func (b *Bootstrapper) Connected(validatorID ids.ShortID) error + func (b *Bootstrapper) CurrentAcceptedFrontier() ([]ids.ID, error) + func (b *Bootstrapper) Disconnected(validatorID ids.ShortID) error + func (b *Bootstrapper) FilterAccepted(containerIDs []ids.ID) []ids.ID + func (b *Bootstrapper) ForceAccepted(acceptedContainerIDs []ids.ID) error + func (b *Bootstrapper) GetAncestorsFailed(vdr ids.ShortID, requestID uint32) error + func (b *Bootstrapper) Initialize(config Config, onFinished func() error, namespace string, ...) error + func (b *Bootstrapper) MultiPut(vdr ids.ShortID, requestID uint32, blks [][]byte) error + func (b *Bootstrapper) Timeout() error + type Config struct + Blocked *queue.JobsWithMissing + Bootstrapped func() + VM block.ChainVM