latest

package
v0.39.2 Latest Latest
Warning

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

Go to latest
Published: Mar 5, 2025 License: AGPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func LatestSealedAndExecutedHeight

func LatestSealedAndExecutedHeight(state protocol.State, db *badger.DB) (uint64, error)

LatestSealedAndExecutedHeight returns the height of the latest sealed and executed block.

Types

type LatestSealedAndExecuted

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

func NewLatestSealedAndExecuted

func NewLatestSealedAndExecuted(
	root *flow.Header,
	state protocol.State,
	executedBlockDB *badger.DB,
) *LatestSealedAndExecuted

func (*LatestSealedAndExecuted) BelowLatest

func (l *LatestSealedAndExecuted) BelowLatest(threshold uint64) (*flow.Header, error)

BelowLatest returns the header at the given threshold below the latest sealed and executed block.

func (*LatestSealedAndExecuted) Latest

func (l *LatestSealedAndExecuted) Latest() (*flow.Header, error)

Latest returns the latest sealed and executed block.

Jump to

Keyboard shortcuts

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