bootstrap

package
v0.29.6 Latest Latest
Warning

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

Go to latest
Published: Jan 19, 2023 License: AGPL-3.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Bootstrapper

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

func NewBootstrapper

func NewBootstrapper(logger zerolog.Logger) *Bootstrapper

func (*Bootstrapper) BootstrapExecutionDatabase

func (b *Bootstrapper) BootstrapExecutionDatabase(db *badger.DB, commit flow.StateCommitment, genesis *flow.Header) error

func (*Bootstrapper) BootstrapLedger

func (b *Bootstrapper) BootstrapLedger(
	ledger ledger.Ledger,
	servicePublicKey flow.AccountPublicKey,
	chain flow.Chain,
	opts ...fvm.BootstrapProcedureOption,
) (flow.StateCommitment, error)

BootstrapLedger adds the above root account to the ledger and initializes execution node-only data

func (*Bootstrapper) IsBootstrapped

func (b *Bootstrapper) IsBootstrapped(db *badger.DB) (flow.StateCommitment, bool, error)

IsBootstrapped returns whether the execution database has been bootstrapped, if yes, returns the root statecommitment

Jump to

Keyboard shortcuts

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