Versions in this module Expand all Collapse all v5 v5.0.0 Aug 18, 2023 Changes in this version + const AppDBName + const BlockDBName + const FlagApplicationDatabaseDir + const FlagForZeroHeight + const FlagHeight + const FlagJailAllowedAddrs + const FlagLogFilter + const StateDBName + func ConnectTmWS(tmRPCAddr, tmEndpoint string, logger tmlog.Logger) (*rpcclient.WSClient, error) + func DataCmd() *cobra.Command + func ExportSateCmd(appExporter types.AppExporter, defaultNodeHome string) *cobra.Command + func Listen(addr string, maxOpenConnections int) (net.Listener, error) + func ReplayCmd() *cobra.Command + func ReplayConsoleCmd() *cobra.Command + func RosettaCommand(ir codectypes.InterfaceRegistry, cdc codec.Codec) *cobra.Command + func StartCmd(appCreator types.AppCreator, defaultNodeHome string) *cobra.Command + func StartJSONRPC(svrCtx *server.Context, clientCtx client.Context, tmRPCAddr, tmEndpoint string, ...) (*http.Server, error) + func TendermintCommand() *cobra.Command + func UnsafeResetNodeKeyCmd() *cobra.Command + func UnsafeRestPrivValidatorCmd() *cobra.Command + type Database struct + func NewDatabase(cfg *tmcfg.Config, cdc codec.Codec) (*Database, error) + func (d *Database) AppStore() *rootmulti.Store + func (d *Database) BlockStore() *store.BlockStore + func (d *Database) Close() + func (d *Database) CurrentPlan() (*upgradetypes.Plan, error) + func (d *Database) GetBlockHeight() (int64, error) + func (d *Database) GetChainId() (string, error) + func (d *Database) GetConsensusValidators() ([]*tmservice.Validator, error) + func (d *Database) GetNodeInfo() (*tmservice.VersionInfo, error) + func (d *Database) GetState() (sm.State, error) + func (d *Database) GetSyncing() (bool, error) + func (d *Database) StateStore() sm.Store + type FxZeroLogWrapper struct + func NewFxZeroLogWrapper(logger zerolog.Logger, logTypes []string) FxZeroLogWrapper + func (z FxZeroLogWrapper) Debug(msg string, keyVals ...interface{}) + func (z FxZeroLogWrapper) Error(msg string, keyVals ...interface{}) + func (z FxZeroLogWrapper) Info(msg string, keyVals ...interface{}) + func (z FxZeroLogWrapper) With(keyVals ...interface{}) tmlog.Logger v5.0.0-rc0 Aug 8, 2023 Other modules containing this package github.com/functionx/fx-core github.com/functionx/fx-core/v2 github.com/functionx/fx-core/v3 github.com/functionx/fx-core/v4 github.com/functionx/fx-core/v6 github.com/functionx/fx-core/v7