Versions in this module Expand all Collapse all v8 v8.0.3 Jan 27, 2022 v8.0.2 Jan 27, 2022 Changes in this version + const FlagForZeroHeight + const FlagHaltHeight + const FlagHaltTime + const FlagHeight + const FlagIndexEvents + const FlagInterBlockCache + const FlagInvCheckPeriod + const FlagJailAllowedAddrs + const FlagMinGasPrices + const FlagMinRetainBlocks + const FlagPruning + const FlagPruningInterval + const FlagPruningKeepEvery + const FlagPruningKeepRecent + const FlagStateSyncSnapshotInterval + const FlagStateSyncSnapshotKeepRecent + const FlagTrace + const FlagUnsafeSkipUpgrades + const ServerContextKey + func AddCommands(rootCmd *cobra.Command, defaultNodeHome string, appCreator types.AppCreator, ...) + func ExportCmd(appExporter types.AppExporter, defaultNodeHome string) *cobra.Command + func ExternalIP() (string, error) + func FreeTCPAddr() (addr, port string, err error) + func GenerateCoinKey(algo keyring.SignatureAlgo) (sdk.AccAddress, string, error) + func GenerateSaveCoinKey(keybase keyring.Keyring, keyName string, overwrite bool, ...) (sdk.AccAddress, string, error) + func GetPruningOptionsFromFlags(appOpts types.AppOptions) (storetypes.PruningOptions, error) + func InterceptConfigsPreRunHandler(cmd *cobra.Command, customAppConfigTemplate string, ...) error + func RosettaCommand(ir codectypes.InterfaceRegistry, cdc codec.Codec) *cobra.Command + func SetCmdServerContext(cmd *cobra.Command, serverCtx *Context) error + func ShowAddressCmd() *cobra.Command + func ShowNodeIDCmd() *cobra.Command + func ShowValidatorCmd() *cobra.Command + func StartCmd(appCreator types.AppCreator, defaultNodeHome string) *cobra.Command + func TrapSignal(cleanupFunc func()) + func UnsafeResetAllCmd() *cobra.Command + func VersionCmd() *cobra.Command + type Context struct + Config *tmcfg.Config + Logger tmlog.Logger + Viper *viper.Viper + func GetServerContextFromCmd(cmd *cobra.Command) *Context + func NewContext(v *viper.Viper, config *tmcfg.Config, logger tmlog.Logger) *Context + func NewDefaultContext() *Context + type ErrorCode struct + Code int + func WaitForQuitSignals() ErrorCode + func (e ErrorCode) Error() string + type ZeroLogWrapper struct + func (z ZeroLogWrapper) Debug(msg string, keyVals ...interface{}) + func (z ZeroLogWrapper) Error(msg string, keyVals ...interface{}) + func (z ZeroLogWrapper) Info(msg string, keyVals ...interface{}) + func (z ZeroLogWrapper) With(keyVals ...interface{}) tmlog.Logger Other modules containing this package github.com/tpkeeper/cosmos-sdk