Versions in this module Expand all Collapse all v21 v21.0.0 Mar 9, 2024 Changes in this version + const AccountAddressPrefix + const DefaultJunoCompileCost + const DefaultJunoInstanceCost + const Name + const SimAppChainID + var Bech32Prefix = "juno" + var Bech32PrefixAccAddr = Bech32Prefix + var Bech32PrefixAccPub = Bech32Prefix + sdk.PrefixPublic + var Bech32PrefixConsAddr = Bech32Prefix + sdk.PrefixValidator + sdk.PrefixConsensus + var Bech32PrefixConsPub = Bech32Prefix + sdk.PrefixValidator + sdk.PrefixConsensus + sdk.PrefixPublic + var Bech32PrefixValAddr = Bech32Prefix + sdk.PrefixValidator + sdk.PrefixOperator + var Bech32PrefixValPub = Bech32Prefix + sdk.PrefixValidator + sdk.PrefixOperator + sdk.PrefixPublic + var DefaultConsensusParams = &tmproto.ConsensusParams + var DefaultNodeHome = os.ExpandEnv("$HOME/") + NodeDir + var EnableSpecificProposals = "" + var ModuleBasics = module.NewBasicManager(auth.AppModuleBasic{}, ...) + var NodeDir = ".juno" + var ProposalsEnabled = "true" + var Upgrades = []upgrades.Upgrade + func ExecuteRawCustom(t *testing.T, ctx sdk.Context, app *App, contract sdk.AccAddress, ...) error + func GetDefaultBypassFeeMessages() []string + func GetWasmOpts(appOpts servertypes.AppOptions) []wasmkeeper.Option + func JunoGasRegisterConfig() wasmtypes.WasmGasRegisterConfig + func MakeEncodingConfig() params.EncodingConfig + func NewAnteHandler(options HandlerOptions) (sdk.AnteHandler, error) + func NewJunoWasmGasRegister() wasmtypes.WasmGasRegister + func RandomAccountAddress() sdk.AccAddress + func SetAddressPrefixes() + type App struct + AppKeepers keepers.AppKeepers + ModuleManager *module.Manager + func New(logger log.Logger, db dbm.DB, traceStore io.Writer, loadLatest bool, ...) *App + func Setup(t *testing.T) *App + func SetupWithGenesisValSet(t *testing.T, valSet *tmtypes.ValidatorSet, genAccs []authtypes.GenesisAccount, ...) *App + func (app *App) AppCodec() codec.Codec + func (app *App) BeginBlocker(ctx sdk.Context, req abci.RequestBeginBlock) abci.ResponseBeginBlock + func (app *App) ChainID() string + func (app *App) CheckTx(req abci.RequestCheckTx) abci.ResponseCheckTx + func (app *App) EndBlocker(ctx sdk.Context, req abci.RequestEndBlock) abci.ResponseEndBlock + func (app *App) ExportAppStateAndValidators(forZeroHeight bool, jailAllowedAddrs []string, modulesToExport []string) (servertypes.ExportedApp, error) + func (app *App) GetChainBondDenom() string + func (app *App) GetSubspace(moduleName string) paramstypes.Subspace + func (app *App) InitChainer(ctx sdk.Context, req abci.RequestInitChain) abci.ResponseInitChain + func (app *App) InterfaceRegistry() types.InterfaceRegistry + func (app *App) LegacyAmino() *codec.LegacyAmino + func (app *App) LoadHeight(height int64) error + func (app *App) ModuleAccountAddrs() map[string]bool + func (app *App) Name() string + func (app *App) RegisterAPIRoutes(apiSvr *api.Server, _ config.APIConfig) + func (app *App) RegisterNodeService(clientCtx client.Context) + func (app *App) RegisterTendermintService(clientCtx client.Context) + func (app *App) RegisterTxService(clientCtx client.Context) + func (app *App) SetCheckTx(handler pobabci.CheckTx) + func (app *App) SimulationManager() *module.SimulationManager + type EmptyAppOptions struct + func (EmptyAppOptions) Get(_ string) interface{} + type EmptyBaseAppOptions struct + func (ao EmptyBaseAppOptions) Get(_ string) interface{} + type GenesisState map[string]json.RawMessage + func NewDefaultGenesisState(cdc codec.JSONCodec) GenesisState + type HandlerOptions struct + BankKeeper bankkeeper.Keeper + BondDenom string + BuilderKeeper builderkeeper.Keeper + BypassMinFeeMsgTypes []string + Cdc codec.BinaryCodec + FeePayKeeper feepaykeeper.Keeper + FeeShareKeeper feesharekeeper.Keeper + GlobalFeeKeeper globalfeekeeper.Keeper + GovKeeper govkeeper.Keeper + IBCKeeper *ibckeeper.Keeper + Mempool builderante.Mempool + StakingKeeper stakingkeeper.Keeper + TxCounterStoreKey storetypes.StoreKey + TxEncoder sdk.TxEncoder + WasmConfig wasmtypes.WasmConfig Other modules containing this package github.com/CosmosContracts/juno github.com/CosmosContracts/juno/v10 github.com/CosmosContracts/juno/v11 github.com/CosmosContracts/juno/v12 github.com/CosmosContracts/juno/v13 github.com/CosmosContracts/juno/v14 github.com/CosmosContracts/juno/v15 github.com/CosmosContracts/juno/v16 github.com/CosmosContracts/juno/v17 github.com/CosmosContracts/juno/v18 github.com/CosmosContracts/juno/v19 github.com/CosmosContracts/juno/v22 github.com/CosmosContracts/juno/v23 github.com/CosmosContracts/juno/v24 github.com/CosmosContracts/juno/v25 github.com/CosmosContracts/juno/v26 github.com/CosmosContracts/juno/v27 github.com/CosmosContracts/juno/v28 github.com/CosmosContracts/juno/v7 github.com/CosmosContracts/juno/v8 github.com/CosmosContracts/juno/v9