verify

package
v0.38.4 Latest Latest
Warning

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

Go to latest
Published: Feb 21, 2025 License: AGPL-3.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Cmd = &cobra.Command{
	Use:   "verify-evm-offchain-replay",
	Short: "verify evm offchain replay with execution data",
	Run:   run,
}

usage example

	./util verify-evm-offchain-replay --chain flow-testnet --from_to 211176670-211177000
     --datadir /var/flow/data/protocol --execution_data_dir /var/flow/data/execution_data

Functions

func Verify

func Verify(
	log zerolog.Logger,
	from uint64,
	to uint64,
	chainID flow.ChainID,
	dataDir string,
	executionDataDir string,
	evmStateGobDir string,
	saveEveryNBlocks uint64,
) error

Verify verifies the offchain replay of EVM blocks from the given height range and updates the EVM state gob files with the latest state

Types

This section is empty.

Jump to

Keyboard shortcuts

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