package
0.0.0-20240305091328-aa4207a4b25d
Repository: https://github.com/badrootd/celestia-core.git
Documentation: pkg.go.dev

# Functions

GetConfig returns a config for the test cases as a singleton.
No description provided by the author
NewTendermint creates a new CometBFT server and sleeps forever.
RecreateConfig instructs the RPC test to recreate the configuration each time, instead of treating it as a global singleton.
StartTendermint starts a test CometBFT server in a go routine and returns when it is initialized.
StopTendermint stops a test CometBFT server, waits until it's stopped and cleans up test/config files.
SuppressStdout is an option that tries to make sure the RPC test CometBFT node doesn't log anything to stdout.

# Structs

Options helps with specifying some parameters for our RPC testing for greater control.