Versions in this module Expand all Collapse all v10 v10.1.0 Mar 14, 2025 v10.0.0 Mar 12, 2025 Changes in this version + const EnvPrefix + var DefaultNodeHome string + var EmptyWasmOptions []wasmkeeper.Option + var Forks = []forks.Fork + var MaccPerms = map[string][]string + var Upgrades = []upgrades.Upgrade + func BlockedModuleAccountAddrs(modAccAddrs map[string]bool) map[string]bool + func MakeCodecs() (codec.Codec, *codec.LegacyAmino) + func MakeEncodingConfig() params.EncodingConfig + func ModuleAccountAddrs() map[string]bool + func NewPostHandler(options PostHandlerOptions) (sdk.PostHandler, error) + func RegisterSwaggerAPI(rtr *mux.Router) + type EmptyAppOptions struct + func (ao EmptyAppOptions) Get(_ string) interface{} + type GenesisState map[string]json.RawMessage + func NewDefaultGenesisState(cdc codec.Codec, mbm module.BasicManager) GenesisState + func (genState GenesisState) AddMarketData(cdc codec.JSONCodec) GenesisState + func (genState GenesisState) ConfigureIBCAllowedClients(cdc codec.JSONCodec) GenesisState + type MilkyWayApp struct + ModuleBasics module.BasicManager + func NewMilkyWayApp(logger log.Logger, db dbm.DB, traceStore io.Writer, loadLatest bool, ...) *MilkyWayApp + func (app *MilkyWayApp) AppCodec() codec.Codec + func (app *MilkyWayApp) AutoCliOpts() autocli.AppOptions + func (app *MilkyWayApp) BeginBlocker(ctx sdk.Context) (sdk.BeginBlock, error) + func (app *MilkyWayApp) Close() error + func (app *MilkyWayApp) EndBlocker(ctx sdk.Context) (sdk.EndBlock, error) + func (app *MilkyWayApp) ExportAppStateAndValidators(forZeroHeight bool, jailAllowedAddrs []string, modulesToExport []string) (servertypes.ExportedApp, error) + func (app *MilkyWayApp) GetBaseApp() *baseapp.BaseApp + func (app *MilkyWayApp) GetIBCKeeper() *ibckeeper.Keeper + func (app *MilkyWayApp) GetProviderKeeper() ibcproviderkeeper.Keeper + func (app *MilkyWayApp) GetScopedIBCKeeper() capabilitykeeper.ScopedKeeper + func (app *MilkyWayApp) GetStakingKeeper() ibctestingtypes.StakingKeeper + func (app *MilkyWayApp) GetTestAccountKeeper() icstest.TestAccountKeeper + func (app *MilkyWayApp) GetTestBankKeeper() icstest.TestBankKeeper + func (app *MilkyWayApp) GetTestDistributionKeeper() icstest.TestDistributionKeeper + func (app *MilkyWayApp) GetTestGovKeeper() *govkeeper.Keeper + func (app *MilkyWayApp) GetTestSlashingKeeper() icstest.TestSlashingKeeper + func (app *MilkyWayApp) GetTestStakingKeeper() icstest.TestStakingKeeper + func (app *MilkyWayApp) GetTxConfig() client.TxConfig + func (app *MilkyWayApp) InitChainer(ctx sdk.Context, req *abci.RequestInitChain) (*abci.ResponseInitChain, error) + func (app *MilkyWayApp) InterfaceRegistry() types.InterfaceRegistry + func (app *MilkyWayApp) LegacyAmino() *codec.LegacyAmino + func (app *MilkyWayApp) LoadHeight(height int64) error + func (app *MilkyWayApp) Name() string + func (app *MilkyWayApp) OnTxFailed(_ sdk.Context, _, _ string, _ []byte, _ []byte) + func (app *MilkyWayApp) OnTxSucceeded(_ sdk.Context, _, _ string, _ []byte, _ []byte) + func (app *MilkyWayApp) RegisterAPIRoutes(apiSvr *api.Server, apiConfig config.APIConfig) + func (app *MilkyWayApp) RegisterExecutorChangePlans() error + func (app *MilkyWayApp) RegisterNodeService(clientCtx client.Context, cfg config.Config) + func (app *MilkyWayApp) RegisterTendermintService(clientCtx client.Context) + func (app *MilkyWayApp) RegisterTxService(clientCtx client.Context) + func (app *MilkyWayApp) SetOracleClient(oracleClient oracleclient.OracleClient) + func (app *MilkyWayApp) SimulationManager() *module.SimulationManager + func (app *MilkyWayApp) StartOracleClient(ctx context.Context) error + type PostHandlerOptions struct + AccountKeeper feemarketpost.AccountKeeper + BankKeeper feemarketpost.BankKeeper + FeeMarketKeeper feemarketpost.FeeMarketKeeper + type SimGenesisAccount struct + DelegatedFree sdk.Coins + DelegatedVesting sdk.Coins + EndTime int64 + ModuleName string + ModulePermissions []string + OriginalVesting sdk.Coins + StartTime int64 + func (sga SimGenesisAccount) Validate() error Other modules containing this package github.com/milkyway-labs/milkyway github.com/milkyway-labs/milkyway/v2 github.com/milkyway-labs/milkyway/v3 github.com/milkyway-labs/milkyway/v4 github.com/milkyway-labs/milkyway/v5 github.com/milkyway-labs/milkyway/v6 github.com/milkyway-labs/milkyway/v7 github.com/milkyway-labs/milkyway/v9