state_synchronization

package
v0.44.0-unsafe-collect... Latest Latest
Warning

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

Go to latest
Published: Nov 24, 2025 License: AGPL-3.0 Imports: 2 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ExecutionDataIndexedHeight

type ExecutionDataIndexedHeight interface {
	// HighestConsecutiveHeight returns the highest consecutive block height for which ExecutionData
	// has been received.
	HighestConsecutiveHeight() uint64
}

type ExecutionDataRequester added in v0.26.2

type ExecutionDataRequester interface {
	component.Component
	ExecutionDataIndexedHeight
}

ExecutionDataRequester is a component that syncs ExecutionData from the network, and exposes a callback that is called when a new ExecutionData is received

type IndexReporter added in v0.32.0

type IndexReporter interface {
	// LowestIndexedHeight returns the lowest height indexed by the execution state indexer.
	LowestIndexedHeight() (uint64, error)
	// HighestIndexedHeight returns the highest height indexed by the execution state indexer.
	HighestIndexedHeight() (uint64, error)
}

IndexReporter provides information about the current state of the execution state indexer.

type OnExecutionDataReceivedConsumer added in v0.30.2

type OnExecutionDataReceivedConsumer func(*execution_data.BlockExecutionDataEntity)

OnExecutionDataReceivedConsumer is a callback that is called ExecutionData is received for a new block

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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