state

package
v0.0.0-...-3fa05c8 Latest Latest
Warning

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

Go to latest
Published: Apr 12, 2023 License: BSD-3-Clause Imports: 20 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(
	ctx context.Context,
	parentIDs []ids.ID,
) (avalanche.Vertex, error)

func (*Serializer) BuildVtx

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

func (*Serializer) Edge

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

func (*Serializer) GetVtx

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

func (*Serializer) ParseVtx

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

func (*Serializer) StopVertexAccepted

func (s *Serializer) StopVertexAccepted(ctx context.Context) (bool, error)

type SerializerConfig

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

Jump to

Keyboard shortcuts

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