state

package
v1.9.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 3, 2022 License: BSD-3-Clause Imports: 18 Imported by: 0

Documentation

Overview

Package state manages the meta-data required by consensus for an avalanche dag.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewSerializer

func NewSerializer(config SerializerConfig) vertex.Manager

Types

type Serializer

type Serializer struct {
	SerializerConfig
	// contains filtered or unexported fields
}

Serializer manages the state of multiple vertices

func (*Serializer) BuildStopVtx

func (s *Serializer) BuildStopVtx(parentIDs []ids.ID) (avalanche.Vertex, error)

func (*Serializer) BuildVtx

func (s *Serializer) BuildVtx(parentIDs []ids.ID, txs []snowstorm.Tx) (avalanche.Vertex, error)

func (*Serializer) Edge

func (s *Serializer) Edge() []ids.ID

func (*Serializer) GetVtx

func (s *Serializer) GetVtx(vtxID ids.ID) (avalanche.Vertex, error)

func (*Serializer) ParseVtx

func (s *Serializer) ParseVtx(b []byte) (avalanche.Vertex, error)

func (*Serializer) StopVertexAccepted

func (s *Serializer) StopVertexAccepted() (bool, error)

type SerializerConfig

type SerializerConfig struct {
	ChainID             ids.ID
	VM                  vertex.DAGVM
	DB                  database.Database
	Log                 logging.Logger
	XChainMigrationTime time.Time
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL