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 Config struct + Consensus avalanche.Consensus + Params avalanche.Parameters + type Engine interface + GetVtx func(vtxID ids.ID) (avalanche.Vertex, error) + Initialize func(Config) error + type Transitive struct + Consensus avalanche.Consensus + Params avalanche.Parameters + func (t *Transitive) Chits(vdr ids.ShortID, requestID uint32, votes []ids.ID) error + func (t *Transitive) Get(vdr ids.ShortID, requestID uint32, vtxID ids.ID) error + func (t *Transitive) GetAncestors(vdr ids.ShortID, requestID uint32, vtxID ids.ID) error + func (t *Transitive) GetFailed(vdr ids.ShortID, requestID uint32) error + func (t *Transitive) GetVM() common.VM + func (t *Transitive) GetVtx(vtxID ids.ID) (avalanche.Vertex, error) + func (t *Transitive) Gossip() error + func (t *Transitive) HealthCheck() (interface{}, error) + func (t *Transitive) Initialize(config Config) error + func (t *Transitive) Notify(msg common.Message) error + func (t *Transitive) PullQuery(vdr ids.ShortID, requestID uint32, vtxID ids.ID) error + func (t *Transitive) PushQuery(vdr ids.ShortID, requestID uint32, vtxID ids.ID, vtxBytes []byte) error + func (t *Transitive) Put(vdr ids.ShortID, requestID uint32, vtxID ids.ID, vtxBytes []byte) error + func (t *Transitive) QueryFailed(vdr ids.ShortID, requestID uint32) error + func (t *Transitive) Shutdown() error