Versions in this module Expand all Collapse all v0 v0.1.3 Nov 25, 2021 Changes in this version + func UpgradeOldPrivValFile(config *cfg.Config) v0.1.1 Nov 25, 2021 Changes in this version + const FlagHaltHeight + const FlagHaltTime + const FlagInterBlockCache + const FlagMinGasPrices + const FlagUnsafeSkipUpgrades + func AddCommands(ctx *Context, cdc codec.JSONMarshaler, rootCmd *cobra.Command, ...) + func ExportCmd(ctx *Context, cdc codec.JSONMarshaler, appExporter AppExporter) *cobra.Command + func ExternalIP() (string, error) + func FreeTCPAddr() (addr, port string, err error) + func GenerateCoinKey() (sdk.AccAddress, string, error) + func GenerateSaveCoinKey(keybase keyring.Keyring, keyName, keyPass string, overwrite bool) (sdk.AccAddress, string, error) + func GetPruningOptionsFromFlags() (store.PruningOptions, error) + func InsertKeyJSON(cdc codec.JSONMarshaler, baseJSON []byte, key string, value json.RawMessage) ([]byte, error) + func PersistentPreRunEFn(context *Context) func(*cobra.Command, []string) error + func SetupViper(t *testing.T) func() + func ShowAddressCmd(ctx *Context) *cobra.Command + func ShowNodeIDCmd(ctx *Context) *cobra.Command + func ShowValidatorCmd(ctx *Context) *cobra.Command + func StartCmd(ctx *Context, appCreator AppCreator) *cobra.Command + func TrapSignal(cleanupFunc func()) + func UnsafeResetAllCmd(ctx *Context) *cobra.Command + func VersionCmd(ctx *Context) *cobra.Command + type AppCreator func(log.Logger, dbm.DB, io.Writer) abci.Application + type AppExporter func(log.Logger, dbm.DB, io.Writer, int64, bool, []string) (json.RawMessage, []tmtypes.GenesisValidator, *abci.ConsensusParams, error) + type Context struct + Config *cfg.Config + Logger log.Logger + func NewContext(config *cfg.Config, logger log.Logger) *Context + func NewDefaultContext() *Context