Documentation ¶
Index ¶
- Constants
- func GetAppliedPlanCmd() *cobra.Command
- func GetCurrentPlanCmd() *cobra.Command
- func GetModuleVersionsCmd() *cobra.Command
- func GetQueryCmd() *cobra.Command
- func GetTxCmd() *cobra.Command
- func NewCmdSubmitLegacyCancelUpgradeProposal() *cobra.Command
- func NewCmdSubmitLegacyUpgradeProposal() *cobra.Command
Constants ¶
const ( // Deprecated: only used for v1beta1 legacy proposals. FlagUpgradeHeight = "upgrade-height" // Deprecated: only used for v1beta1 legacy proposals. FlagUpgradeInfo = "upgrade-info" FlagNoValidate = "no-validate" FlagDaemonName = "daemon-name" )
Variables ¶
This section is empty.
Functions ¶
func GetAppliedPlanCmd ¶ added in v0.40.0
GetAppliedPlanCmd returns information about the block at which a completed upgrade was applied.
func GetCurrentPlanCmd ¶ added in v0.40.0
GetCurrentPlanCmd returns the query upgrade plan command.
func GetModuleVersionsCmd ¶ added in v0.43.0
GetModuleVersionsCmd returns the module version list from state
func GetQueryCmd ¶ added in v0.40.0
GetQueryCmd returns the parent command for all x/upgrade CLI query commands.
func NewCmdSubmitLegacyCancelUpgradeProposal ¶ added in v0.46.0
NewCmdSubmitLegacyCancelUpgradeProposal implements a command handler for submitting a software upgrade cancel proposal transaction. Deprecated: please use NewCmdSubmitCancelUpgradeProposal instead.
func NewCmdSubmitLegacyUpgradeProposal ¶ added in v0.46.0
NewCmdSubmitLegacyUpgradeProposal implements a command handler for submitting a software upgrade proposal transaction. Deprecated: please use NewCmdSubmitUpgradeProposal instead.
Types ¶
This section is empty.