Versions in this module Expand all Collapse all v0 v0.7.5 May 30, 2022 Changes in this version + type Hydra struct + Heads []*head.Head + SharedDatastore datastore.Datastore + func NewHydra(ctx context.Context, options Options) (*Hydra, error) + func (hy *Hydra) GetRoutingTableSize() int + func (hy *Hydra) GetUniquePeersCount() uint64 + type Options struct + BootstrapPeers []multiaddr.Multiaddr + BsCon int + BucketSize int + DatastorePath string + DelegateTimeout time.Duration + DisableDBCreate bool + DisablePrefetch bool + DisableProvCounts bool + DisableProvGC bool + DisableProviders bool + DisableValues bool + EnableRelay bool + GetPort func() int + IDGenerator idgen.IdentityGenerator + NHeads int + Name string + PeerstorePath string + ProtocolPrefix protocol.ID + ProviderStore string + ReframeAddr string + Stagger time.Duration