package
0.11.1
Repository: https://github.com/ericdmann/tendermint.git
Documentation: pkg.go.dev

# Functions

DefaultBaseConfig returns a default base configuration for a Tendermint node.
DefaultConfig returns a default configuration for a Tendermint node.
DefaultConsensusConfig returns a default configuration for the consensus service.
DefaultLogLevel returns a default log level of "error".
DefaultMempoolConfig returns a default configuration for the Tendermint mempool.
DefaultP2PConfig returns a default configuration for the peer-to-peer layer.
DefaultPackageLogLevels returns a default log level setting so all packages log at "error", while the `state` package logs at "info".
DefaultRPCConfig returns a default configuration for the RPC server.
No description provided by the author
No description provided by the author
TestBaseConfig returns a base configuration for testing a Tendermint node.
TestConfig returns a configuration that can be used for testing.
TestConsensusConfig returns a configuration for testing the consensus service.
TestP2PConfig returns a configuration for testing the peer-to-peer layer.
TestRPCConfig returns a configuration for testing the RPC server.

# Structs

BaseConfig defines the base configuration for a Tendermint node.
Config defines the top level configuration for a Tendermint node.
ConsensusConfig defines the confuguration for the Tendermint consensus service, including timeouts and details about the WAL and the block structure.
MempoolConfig defines the configuration options for the Tendermint mempool.
P2PConfig defines the configuration options for the Tendermint peer-to-peer networking layer.
RPCConfig defines the configuration options for the Tendermint RPC server.