Documentation
¶
Index ¶
Constants ¶
View Source
const ( // EnvPrefix is the environment variable prefix for celestia-appd. // Environment variables that Cobra reads must be prefixed with this value. EnvPrefix = "CELESTIA" // FlagLogToFile specifies whether to log to file or not. FlagLogToFile = "log-to-file" // UpgradeHeightFlag is the flag to specify the upgrade height for v1 to v2 // application upgrade. UpgradeHeightFlag = "v2-upgrade-height" // TimeoutCommit is a flag that can be used to override the timeout_commit. TimeoutCommitFlag = "timeout-commit" )
View Source
const (
FlagForceNoBBR = "force-no-bbr"
)
Variables ¶
This section is empty.
Functions ¶
func NewAppServer ¶
func NewAppServer(logger log.Logger, db dbm.DB, traceStore io.Writer, appOptions servertypes.AppOptions) servertypes.Application
func NewRootCmd ¶
NewRootCmd creates a new root command for celestia-appd.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.