Versions in this module Expand all Collapse all v0 v0.1.3 Sep 18, 2023 v0.1.1 Sep 18, 2023 Changes in this version + const FlagAPIAddress + const FlagAPIEnable + const FlagAPIEnableUnsafeCORS + const FlagAPIMaxOpenConnections + const FlagAPISwagger + const FlagDisableIAVLFastNode + const FlagForZeroHeight + const FlagHaltHeight + const FlagHaltTime + const FlagHeight + const FlagIAVLCacheSize + const FlagIAVLLazyLoading + const FlagIndexEvents + const FlagInterBlockCache + const FlagInvCheckPeriod + const FlagJailAllowedAddrs + const FlagMinGasPrices + const FlagMinRetainBlocks + const FlagPruning + const FlagPruningInterval + const FlagPruningKeepRecent + const FlagRPCMaxBodyBytes + const FlagRPCReadTimeout + const FlagRPCWriteTimeout + const FlagStateSyncSnapshotInterval + const FlagStateSyncSnapshotKeepRecent + const FlagTrace + const FlagUnsafeSkipUpgrades + const ServerContextKey + func AddCommands(rootCmd *cobra.Command, defaultNodeHome string, appCreator types.AppCreator, ...) + func BootstrapStateCmd(appCreator types.AppCreator) *cobra.Command + func DefaultBaseappOptions(appOpts types.AppOptions) []func(*baseapp.BaseApp) + func ExportCmd(appExporter types.AppExporter, defaultNodeHome string) *cobra.Command + func ExternalIP() (string, error) + func FreeTCPAddr() (addr, port string, err error) + func GetAppDBBackend(opts types.AppOptions) dbm.BackendType + func GetPruningOptionsFromFlags(appOpts types.AppOptions) (pruningtypes.PruningOptions, error) + func GetSnapshotStore(appOpts types.AppOptions) (*snapshots.Store, error) + func InterceptConfigsPreRunHandler(cmd *cobra.Command, customAppConfigTemplate string, ...) error + func NewRollbackCmd(appCreator types.AppCreator, defaultNodeHome string) *cobra.Command + 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 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