package
2.1.4+incompatible
Repository: https://github.com/prysmaticlabs/prysm.git
Documentation: pkg.go.dev

# Functions

BeaconAPIHostnames constructs a hostname:port string for the.
ComponentsStarted checks, sequentially, each provided component, blocks until all of the components are ready.
DeleteAndCreateFile checks if the file path given exists, if it does, it deletes it and creates a new file.
EpochTickerStartTime calculates the best time to start epoch ticker for a given genesis.
FindFollowingTextInFile checks a file every polling interval for the following text requested.
GraffitiYamlFile outputs graffiti YAML file into a testing directory.
LogErrorOutput logs the output of a specific file.
LogOutput logs the output of all log files made.
NewEpochTicker starts the EpochTicker.
NewLocalConnection creates and returns GRPC connection on a given localhost port.
NewLocalConnections returns number of GRPC connections, along with function to close all of them.
WaitForTextInFile checks a file every polling interval for the text requested.
WaitOnNodes waits on nodes to complete execution, accepts function that will be called when all nodes are ready.
WritePprofFiles writes the memory heap and cpu profile files to the test path.

# Constants

No description provided by the author
No description provided by the author

# Variables

Graffiti is a list of sample graffiti strings.

# Structs

EpochTicker is a special ticker for timing epoch changes.