Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EnsureBinariesExist ¶
EnsureBinariesExist makes sure node binaries exist, returns the base path where binaries exist Downloads any missing binaries
Types ¶
type Eth2Network ¶
func NewEth2Network ¶
func NewEth2Network( binDir string, logToFile bool, gethHTTPPortStart int, gethWSPortStart int, gethAuthRPCPortStart int, gethNetworkPortStart int, prysmBeaconHTTPPortStart int, prysmBeaconP2PPortStart int, chainID int, numNodes int, blockTimeSecs int, slotsPerEpoch int, secondsPerSlot int, preFundedAddrs []string, timeout time.Duration, ) Eth2Network
type Impl ¶
type Impl struct {
// contains filtered or unexported fields
}
func (*Impl) GethGenesis ¶
GethGenesis returns the Genesis used in geth to boot up the network
type RotatingLogWriter ¶
type RotatingLogWriter struct {
// contains filtered or unexported fields
}
func NewRotatingLogWriter ¶
func NewRotatingLogWriter(dirPath, fileStartName string, maxFileSize int64, maxNumFiles int) (*RotatingLogWriter, error)
Source Files ¶
Click to show internal directories.
Click to hide internal directories.