Versions in this module Expand all Collapse all v17 v17.0.0 Aug 17, 2023 Changes in this version + var DefaultNodeHome string + var EmptyWasmOpts []wasm.Option + var EnableSpecificWasmProposals = "" + var Forks = []upgrades.Fork + var ModuleBasics = module.NewBasicManager(keepers.AppModuleBasics) + var Upgrades = []upgrades.Upgrade + var WasmProposalsEnabled = "true" + func BeginBlockForks(ctx sdk.Context, app *OsmosisApp) + func DefaultConfig() network.Config + func GetEncodingConfig() params.EncodingConfig + func GetMaccPerms() map[string][]string + func GetWasmEnabledProposals() []wasm.ProposalType + func MakeCodecs() (codec.Codec, *codec.LegacyAmino) + func MakeEncodingConfig() params.EncodingConfig + func ModuleAccountAddrs() map[string]bool + func NewAnteHandler(appOpts servertypes.AppOptions, wasmConfig wasm.Config, ...) sdk.AnteHandler + func NewAppConstructor() network.AppConstructor + func NewPostHandler(protoRevKeeper *protorevkeeper.Keeper) sdk.AnteHandler + func OrderEndBlockers(allModuleNames []string) []string + func OrderInitGenesis(allModuleNames []string) []string + func RegisterSwaggerAPI(ctx client.Context, rtr *mux.Router) + type GenesisState map[string]json.RawMessage + func NewDefaultGenesisState() GenesisState + type OsmosisApp struct + func NewOsmosisApp(logger log.Logger, db dbm.DB, traceStore io.Writer, loadLatest bool, ...) *OsmosisApp + func Setup(isCheckTx bool) *OsmosisApp + func SetupTestingAppWithLevelDb(isCheckTx bool) (app *OsmosisApp, cleanupFn func()) + func SetupWithCustomHome(isCheckTx bool, dir string) *OsmosisApp + func (app *OsmosisApp) AppCodec() codec.Codec + func (app *OsmosisApp) BeginBlocker(ctx sdk.Context, req abci.RequestBeginBlock) abci.ResponseBeginBlock + func (app *OsmosisApp) BlockedAddrs() map[string]bool + func (app *OsmosisApp) EndBlocker(ctx sdk.Context, req abci.RequestEndBlock) abci.ResponseEndBlock + func (app *OsmosisApp) ExportAppStateAndValidators(forZeroHeight bool, jailAllowedAddrs []string, modulesToExport []string) (servertypes.ExportedApp, error) + func (app *OsmosisApp) ExportState(ctx sdk.Context) map[string]json.RawMessage + func (app *OsmosisApp) GetAccountKeeper() simtypes.AccountKeeper + func (app *OsmosisApp) GetBankKeeper() simtypes.BankKeeper + func (app *OsmosisApp) GetBaseApp() *baseapp.BaseApp + func (app *OsmosisApp) GetIBCKeeper() *ibckeeper.Keeper + func (app *OsmosisApp) GetPoolManagerKeeper() simtypes.PoolManagerKeeper + func (app *OsmosisApp) GetScopedIBCKeeper() capabilitykeeper.ScopedKeeper + func (app *OsmosisApp) GetStakingKeeper() stakingkeeper.Keeper + func (app *OsmosisApp) GetTxConfig() client.TxConfig + func (app *OsmosisApp) InitChainer(ctx sdk.Context, req abci.RequestInitChain) abci.ResponseInitChain + func (app *OsmosisApp) InterfaceRegistry() types.InterfaceRegistry + func (app *OsmosisApp) LegacyAmino() *codec.LegacyAmino + func (app *OsmosisApp) LoadHeight(height int64) error + func (app *OsmosisApp) ModuleManager() module.Manager + func (app *OsmosisApp) Name() string + func (app *OsmosisApp) RegisterAPIRoutes(apiSvr *api.Server, apiConfig config.APIConfig) + func (app *OsmosisApp) RegisterTendermintService(clientCtx client.Context) + func (app *OsmosisApp) RegisterTxService(clientCtx client.Context) v17.0.0-rc0 Aug 15, 2023 Other modules containing this package github.com/osmosis-labs/osmosis github.com/osmosis-labs/osmosis/v10 github.com/osmosis-labs/osmosis/v11 github.com/osmosis-labs/osmosis/v12 github.com/osmosis-labs/osmosis/v13 github.com/osmosis-labs/osmosis/v14 github.com/osmosis-labs/osmosis/v15 github.com/osmosis-labs/osmosis/v16 github.com/osmosis-labs/osmosis/v19 github.com/osmosis-labs/osmosis/v20 github.com/osmosis-labs/osmosis/v21 github.com/osmosis-labs/osmosis/v22 github.com/osmosis-labs/osmosis/v23 github.com/osmosis-labs/osmosis/v24 github.com/osmosis-labs/osmosis/v25 github.com/osmosis-labs/osmosis/v26 github.com/osmosis-labs/osmosis/v27 github.com/osmosis-labs/osmosis/v28 github.com/osmosis-labs/osmosis/v6 github.com/osmosis-labs/osmosis/v7 github.com/osmosis-labs/osmosis/v8 github.com/osmosis-labs/osmosis/v9