Documentation ¶
Index ¶
- Constants
- func DescribeLocal(text string, body func()) bool
- func DescribePrecompile(body func()) bool
- func GetExecPath() string
- func GetOutputPath() string
- func GetPluginDir() string
- func GetSkipNetworkRunnerShutdown() bool
- func GetSkipNetworkRunnerStart() bool
- func GetVmGenesisPath() string
- func SetExecPath(p string)
- func SetOutputFile(filepath string)
- func SetPluginDir(dir string)
- func SetSkipNetworkRunnerShutdown(b bool)
- func SetSkipNetworkRunnerStart(b bool)
- func SetVmGenesisPath(p string)
- func UpdateHardhatConfig() error
Constants ¶
View Source
const (
DYNAMIC_RPC_FILE = "contract-examples/dynamic_rpc.json"
)
Variables ¶
This section is empty.
Functions ¶
func DescribeLocal ¶
DescribeLocal annotates the tests that requires local network-runner. Can only run with local cluster.
func DescribePrecompile ¶
func DescribePrecompile(body func()) bool
func GetOutputPath ¶
func GetOutputPath() string
func GetPluginDir ¶
func GetPluginDir() string
func GetSkipNetworkRunnerShutdown ¶
func GetSkipNetworkRunnerShutdown() bool
func GetSkipNetworkRunnerStart ¶ added in v0.4.7
func GetSkipNetworkRunnerStart() bool
func GetVmGenesisPath ¶
func GetVmGenesisPath() string
func SetOutputFile ¶
func SetOutputFile(filepath string)
func SetPluginDir ¶
func SetPluginDir(dir string)
func SetSkipNetworkRunnerShutdown ¶
func SetSkipNetworkRunnerShutdown(b bool)
func SetSkipNetworkRunnerStart ¶ added in v0.4.7
func SetSkipNetworkRunnerStart(b bool)
func SetVmGenesisPath ¶
func SetVmGenesisPath(p string)
func UpdateHardhatConfig ¶
func UpdateHardhatConfig() error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.