state

package
v1.11.12-rc.12 Latest Latest
Warning

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

Go to latest
Published: Nov 14, 2024 License: BSD-3-Clause Imports: 19 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) 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 added in v1.8.4

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
}

Jump to

Keyboard shortcuts

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