Versions in this module Expand all Collapse all v1 v1.14.2 Aug 2, 2025 Changes in this version + type Config struct + ConsensusParams Parameters + Ctx *core.Context + ExternalGossiper ExternalGossiper + Gossiper Gossiper + MsgFromVMChan <-chan message.InboundMessage + Router router.Router + Validators validators.Set + type ExternalGossiper interface + GossipExternal func(context.Context) error + type Gossiper interface + Gossip func(context.Context) error + type Handler interface + Context func() *core.Context + Len func() int + Push func(context.Context, Message) error + SetEngine func(engine core.Engine) + Stop func(context.Context) + type Message struct + Engine core.Engine + Received time.Time + type Parameters struct + AlphaConfidence int + AlphaPreference int + Beta int + ConcurrentRepolls int + K int + MaxItemProcessingTime time.Duration + MaxOutstandingItems int + OptimalProcessing int Other modules containing this package github.com/luxfi/node/v2