utils

package
v0.37.20-verify-evm-of... Latest Latest
Warning

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

Go to latest
Published: Nov 22, 2024 License: AGPL-3.0 Imports: 27 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Devnet51Config = Config{
	// contains filtered or unexported fields
}
View Source
var Mainnet25Config = Config{
	// contains filtered or unexported fields
}

Functions

func CollectEventData

func CollectEventData(conf *Config, path string) error

func OffchainReplayBackwardCompatibilityTest

func OffchainReplayBackwardCompatibilityTest(
	log zerolog.Logger,
	chainID flow.ChainID,
	flowStartHeight uint64,
	flowEndHeight uint64,
	headers storage.Headers,
	results storage.ExecutionResults,
	executionDataStore execution_data.ExecutionDataGetter,
	store environment.ValueStore,
) error

Types

type Config

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

type Event

type Event struct {
	FlowBlockHeight uint64 `json:"flow_height"`
	EventType       string `json:"type"`
	EventPayload    string `json:"payload"`
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

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