Versions in this module Expand all Collapse all v1 v1.0.0 Jan 6, 2023 Changes in this version + const Elapsed + const FlagEnableRepairState + const FlagStartHeight + var DefaultCLIHome = os.ExpandEnv("$HOME/.evochaincli") + var DefaultElapsedSchemas string + var DefaultNodeHome = os.ExpandEnv("$HOME/.evochaind") + var GlobalGp = &big.Int + var ModuleBasics = module.NewBasicManager(auth.AppModuleBasic{}, supply.AppModuleBasic{}, genutil.AppModuleBasic{}, ...) + func GetMaccPerms() map[string][]string + func NewAccNonceHandler(ak auth.AccountKeeper) sdk.AccNonceHandler + func NewDefaultGenesisState() simapp.GenesisState + func NewEvmModuleStopLogic(ak *evm.Keeper) sdk.CustomizeOnStop + func NewEvmSysContractAddressHandler(ak *evm.Keeper) sdk.EvmSysContractAddressHandler + func NewMptCommitHandler(ak *evm.Keeper) sdk.MptCommitHandler + func PreRun(ctx *server.Context, cmd *cobra.Command) error + func RepairState(ctx *server.Context, onStart bool) + type EVOChainApp struct + AccountKeeper auth.AccountKeeper + BankKeeper bank.Keeper + CapabilityKeeper *capabilitykeeper.Keeper + CrisisKeeper crisis.Keeper + DexKeeper dex.Keeper + DistrKeeper distr.Keeper + Erc20Keeper erc20.Keeper + EvidenceKeeper evidence.Keeper + EvmKeeper *evm.Keeper + FarmKeeper farm.Keeper + FeeSplitKeeper feesplit.Keeper + GovKeeper gov.Keeper + IBCKeeper *ibc.Keeper + InfuraKeeper infura.Keeper + MintKeeper mint.Keeper + OrderKeeper order.Keeper + ParamsKeeper params.Keeper + ScopedIBCKeeper capabilitykeeper.ScopedKeeper + ScopedIBCMockKeeper capabilitykeeper.ScopedKeeper + ScopedTransferKeeper capabilitykeeper.ScopedKeeper + SlashingKeeper slashing.Keeper + StakingKeeper staking.Keeper + SupplyKeeper supply.Keeper + SwapKeeper ammswap.Keeper + TokenKeeper token.Keeper + TransferKeeper ibctransferkeeper.Keeper + UpgradeKeeper upgrade.Keeper + WasmHandler wasmkeeper.HandlerOption + func NewEVOChainApp(logger log.Logger, db dbm.DB, traceStore io.Writer, loadLatest bool, ...) *EVOChainApp + func Setup(isCheckTx bool, options ...Option) *EVOChainApp + func (app *EVOChainApp) BeginBlock(req abci.RequestBeginBlock) (res abci.ResponseBeginBlock) + func (app *EVOChainApp) BeginBlocker(ctx sdk.Context, req abci.RequestBeginBlock) abci.ResponseBeginBlock + func (app *EVOChainApp) Codec() *codec.Codec + func (app *EVOChainApp) Commit(req abci.RequestCommit) abci.ResponseCommit + func (app *EVOChainApp) DeliverRealTx(req abci.TxEssentials) (res abci.ResponseDeliverTx) + func (app *EVOChainApp) DeliverTx(req abci.RequestDeliverTx) (res abci.ResponseDeliverTx) + func (app *EVOChainApp) EndBlock(req abci.RequestEndBlock) (res abci.ResponseEndBlock) + func (app *EVOChainApp) EndBlocker(ctx sdk.Context, req abci.RequestEndBlock) abci.ResponseEndBlock + func (app *EVOChainApp) ExportAppStateAndValidators(forZeroHeight bool, jailWhiteList []string) (appState json.RawMessage, validators []tmtypes.GenesisValidator, err error) + func (app *EVOChainApp) GetKey(storeKey string) *sdk.KVStoreKey + func (app *EVOChainApp) GetSubspace(moduleName string) params.Subspace + func (app *EVOChainApp) InitChainer(ctx sdk.Context, req abci.RequestInitChain) abci.ResponseInitChain + func (app *EVOChainApp) LoadHeight(height int64) error + func (app *EVOChainApp) LoadStartVersion(height int64) error + func (app *EVOChainApp) Marshal() *codec.CodecProxy + func (app *EVOChainApp) ModuleAccountAddrs() map[string]bool + func (app *EVOChainApp) Name() string + func (app *EVOChainApp) PreDeliverRealTx(req []byte) (res abci.TxEssentials) + func (app *EVOChainApp) SetOption(req abci.RequestSetOption) (res abci.ResponseSetOption) + func (app *EVOChainApp) SimulationManager() *module.SimulationManager + func (o *EVOChainApp) CollectUpgradeModules(m *module.Manager) (map[int64]*upgradetypes.HeightTasks, map[string]params.ParamSet, ...) + type ElapsedTimeInfos struct + func (e *ElapsedTimeInfos) AddInfo(key string, info string) + func (e *ElapsedTimeInfos) Dump(input interface{}) + func (e *ElapsedTimeInfos) GetElapsedTime() int64 + func (e *ElapsedTimeInfos) SetElapsedTime(elapsedTime int64) + type Option func(option *SetupOption) + func WithChainId(chainId string) Option + type SchemaConfig struct + type SetupOption struct