Documentation ¶
Overview ¶
Package params defines all custom parameter configurations for running end to end tests.
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 BootNodeLogFileName = "bootnode.log"
BootNodeLogFileName is the file name used for the beacon chain node logs.
View Source
var DepositCount = uint64(64)
DepositCount is the amount of deposits E2E makes on a separate validator client.
View Source
var SlasherLogFileName = "slasher-%d.log"
SlasherLogFileName is the file name used for the slasher client logs.
View Source
var StandardBeaconCount = 2
StandardBeaconCount is a global constant for the count of beacon nodes of standard E2E tests.
View Source
var TestParams *params
TestParams is the globally accessible var for getting config elements.
View Source
var ValidatorLogFileName = "vals-%d.log"
ValidatorLogFileName is the file name used for the validator client logs.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.