# Packages
No description provided by the author
# Functions
AddNodeFlags exposes some common configuration options from conf in the flag set for cmd.
No description provided by the author
GenValidatorCmd allows the generation of a keypair for a validator.
MakeInitFilesCommand returns the command to initialize a fresh Tendermint Core instance.
InspectCmd constructs the command to start an inspect server.
No description provided by the author
LightCmd constructs the base command called when invoked without any subcommands.
MakeReindexEventCommand constructs a command to re-index events in a block height interval.
MakeReplayCommand constructs a command to replay messages from the WAL into consensus.
MakeReplayConsoleCommand constructs a command to replay WAL messages to stdout.
MakeResetCommand constructs a command that removes the database of the specified Tendermint core instance.
No description provided by the author
MakeShowNodeIDCommand constructs a command to dump the node ID to stdout.
MakeShowValidatorCommand constructs a command to show the validator info.
No description provided by the author
MakeTestnetFilesCommand constructs a command to generate testnet config files.
No description provided by the author
NewCompletionCmd returns a cobra.Command that generates bash and zsh completion scripts for the given root command.
NewRunNodeCmd returns the command that allows the CLI to start a node.
ParseConfig retrieves the default environment configuration, sets up the Tendermint root and ensures that the root exists.
ResetAll removes address book files plus all data, and resets the privValdiator data.
ResetFilePV loads the file private validator and resets the watermark to 0.
ResetPeerStore removes the peer store containing all information used by the tendermint networking layer In the case of a reset, new peers will need to be set either via the config or through the discovery mechanism.
ResetState removes all blocks, tendermint state, indexed transactions and evidence.
RollbackState takes the state at the current height n and overwrites it with the state at height n - 1.
RootCommand constructs the root command-line entry point for Tendermint core.
No description provided by the author