# Functions
Same as StartProcess but doesn't start the process.
Execute the command, return stdout, logging stdout/err to t.
Execute the command, launch goroutines to log stdout/err to t.
Same as GoExecuteT but spawns a go routine to ReadAll off stdout.
dir: The working directory.
Whether or not an HTTP status code was "successful".
Wait for height from the LCD API on localhost.
Wait for the given height from the Tendermint RPC on localhost.
wait for tendermint to start by querying the LCD.
Wait for the next tendermint block from the Tendermint RPC on localhost.
Wait for N tendermint blocks to pass using the Tendermint RPC on localhost.
Wait for the RPC server to respond to /status.
WaitForStart waits for the node to start by pinging the url every 100ms for 5s until it returns 200.
wait for tendermint to start by querying tendermint.