state

package
v1.10.2 Latest Latest
Warning

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

Go to latest
Published: May 24, 2023 License: BSD-3-Clause Imports: 20 Imported by: 5

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 added in v1.7.8

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 added in v1.7.4

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

func (*Serializer) Edge

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

func (*Serializer) GetVtx added in v1.3.2

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

func (*Serializer) ParseVtx added in v1.3.2

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

func (*Serializer) StopVertexAccepted added in v1.7.14

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

type SerializerConfig added in v1.7.8

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