Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var BeaconNodeLogFileName = "beacon-%d.log"
BeaconNodeLogFileName is the file name used for the beacon chain node logs.
View Source
var SlasherLogFileName = "slasher-%d.log"
SlasherLogFileName is the file name used for the slasher client logs.
View Source
var ValidatorLogFileName = "vals-%d.log"
ValidatorLogFileName is the file name used for the validator client logs.
Functions ¶
Types ¶
type Params ¶
type Params struct { TestPath string LogPath string TestShardIndex int BeaconNodeCount int Eth1RPCPort int ContractAddress common.Address BeaconNodeRPCPort int BeaconNodeMetricsPort int ValidatorMetricsPort int }
Params struct defines the parameters needed for running E2E tests to properly handle test sharding.
var TestParams *Params
TestParams is the globally accessible var for getting config elements.
Click to show internal directories.
Click to hide internal directories.