Versions in this module Expand all Collapse all v0 v0.48.86 Oct 24, 2023 v0.48.84 Oct 24, 2023 Changes in this version + func BeginBlocker(k *keeper.Keeper, ctx sdk.Context, _ abci.RequestBeginBlock) + func BuildUpgradeNeededMsg(plan types.Plan) string + func NewSoftwareUpgradeProposalHandler(k *keeper.Keeper) govtypes.Handler + func PopulateVersionMap(upgradeKeeper *keeper.Keeper, modules map[string]appmodule.AppModule) + type AppModule struct + func NewAppModule(keeper *keeper.Keeper) AppModule + func (AppModule) ConsensusVersion() uint64 + func (AppModule) RegisterInvariants(_ sdk.InvariantRegistry) + func (am AppModule) BeginBlock(ctx sdk.Context, req abci.RequestBeginBlock) + func (am AppModule) ExportGenesis(_ sdk.Context, cdc codec.JSONCodec) json.RawMessage + func (am AppModule) InitGenesis(ctx sdk.Context, _ codec.JSONCodec, _ json.RawMessage) []abci.ValidatorUpdate + func (am AppModule) IsAppModule() + func (am AppModule) IsOnePerModuleType() + func (am AppModule) RegisterServices(cfg module.Configurator) + type AppModuleBasic struct + func (AppModuleBasic) DefaultGenesis(_ codec.JSONCodec) json.RawMessage + func (AppModuleBasic) GetQueryCmd() *cobra.Command + func (AppModuleBasic) GetTxCmd() *cobra.Command + func (AppModuleBasic) Name() string + func (AppModuleBasic) RegisterGRPCGatewayRoutes(clientCtx client.Context, mux *gwruntime.ServeMux) + func (AppModuleBasic) RegisterLegacyAminoCodec(cdc *codec.LegacyAmino) + func (AppModuleBasic) ValidateGenesis(_ codec.JSONCodec, config client.TxEncodingConfig, _ json.RawMessage) error + func (b AppModuleBasic) RegisterInterfaces(registry codectypes.InterfaceRegistry) + type UpgradeInputs struct + AppOpts servertypes.AppOptions + Cdc codec.Codec + Config *modulev1.Module + Key *store.KVStoreKey + type UpgradeOutputs struct + BaseAppOption runtime.BaseAppOption + GovHandler govv1beta1.HandlerRoute + Module appmodule.AppModule + UpgradeKeeper *keeper.Keeper + func ProvideModule(in UpgradeInputs) UpgradeOutputs