package
0.0.0-20240305091328-aa4207a4b25d
Repository: https://github.com/badrootd/celestia-core.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
AddNodeFlags exposes some common configuration options on the command-line These are exposed for convenience of commands embedding a CometBFT node.
NewRunNodeCmd returns the command that allows the CLI to start a node.
ParseConfig retrieves the default environment configuration, sets up the CometBFT root and ensures that the root exists.
RollbackState takes the state at the current height n and overwrites it with the state at height n - 1.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
GenNodeKeyCmd allows the generation of a node key.
GenValidatorCmd allows the generation of a keypair for a validator.
InitFilesCmd initialises a fresh CometBFT Core instance.
LightCmd represents the base command when called without any subcommands.
ProbeUpnpCmd adds capabilities to test the UPnP functionality.
ReIndexEventCmd constructs a command to re-index events in a block height interval.
ReplayCmd allows replaying of messages from the WAL.
ReplayConsoleCmd allows replaying of messages from the WAL in a console.
ResetAllCmd removes the database of this CometBFT core instance.
ResetPrivValidatorCmd resets the private validator files.
ResetStateCmd removes the database of the specified CometBFT core instance.
No description provided by the author
RootCmd is the root command for CometBFT core.
ShowNodeIDCmd dumps node's ID to the standard output.
ShowValidatorCmd adds capabilities for showing the validator info.
TestnetFilesCmd allows initialisation of files for a CometBFT testnet.
VersionCmd ...