triereader

package
v0.30.3-testing Latest Latest
Warning

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

Go to latest
Published: Apr 20, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type WALReader

type WALReader interface {
	Next() bool
	Err() error
	Record() []byte
}

WALReader represents something that can read write-ahead log records.

type WalParser

type WalParser struct {
	// contains filtered or unexported fields
}

WalParser is a component that retrieves trie updates and feeds them to its consumer.

func FromWAL

func FromWAL(reader WALReader) *WalParser

FromWAL creates a trie update triereader that sources state deltas from a WAL reader.

func (*WalParser) AllUpdates

func (f *WalParser) AllUpdates() ([]*ledger.TrieUpdate, error)

AllUpdates returns all updates for the entire spork in wal.

Jump to

Keyboard shortcuts

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