package
0.0.2-migrate-evm
Repository: https://github.com/scalarorg/scalar-core.git
Documentation: pkg.go.dev
# Functions
DefaultConfig returns a sane default configuration suitable for nearly all testing requirements.
No description provided by the author
New creates a new Network for integration tests or in-process testnets run via the CLI.
NewAppConstructor returns a new Evmos AppConstructor.
No description provided by the author
No description provided by the author
NewTestnetCmd creates a root testnet command with subcommands to run an in-process testnet or initialize validator configuration files for running a multi-validator testnet in a separate process.
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
Logger is a network logger interface that exposes testnet-level Log() methods for an in-process testing network This is not to be confused with logging that may happen at an individual node or validator level.
# Type aliases
AppConstructor defines a function which accepts a network configuration and creates an ABCI Application to provide to Tendermint.
AppOptionsMap is a stub implementing AppOptions which can get data from a map.
No description provided by the author