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.
Click to show internal directories.
Click to hide internal directories.