Versions in this module Expand all Collapse all v3 v3.0.1 Oct 29, 2024 v3.0.0 Oct 29, 2024 Changes in this version + const Name + var DefaultConsensusParams = &abci.ConsensusParams + var DefaultNodeHome string + var DefaultTestingAppInit func() (ibctesting.TestingApp, map[string]json.RawMessage) = SetupTestingApp + var EthDefaultConsensusParams = &abci.ConsensusParams + var ModuleBasics = module.NewBasicManager(auth.AppModuleBasic{}, genutil.AppModuleBasic{}, bank.AppModuleBasic{}, ...) + func GenesisStateWithValSet(app *CVN, genesisState simapp.GenesisState, valSet *tmtypes.ValidatorSet, ...) simapp.GenesisState + func GetMaccPerms() map[string][]string + func NewDefaultGenesisState() simapp.GenesisState + func NewTestGenesisState(codec codec.Codec) simapp.GenesisState + func ObservabilityViews() (views []*view.View) + func RegisterSwaggerAPI(_ client.Context, rtr *mux.Router) + func SetupTestingApp() (ibctesting.TestingApp, map[string]json.RawMessage) + type CVN struct + AccountKeeper authkeeper.AccountKeeper + AuthzKeeper authzkeeper.Keeper + BankKeeper bankkeeper.Keeper + CapabilityKeeper *capabilitykeeper.Keeper + ClaimsKeeper *claimskeeper.Keeper + CrisisKeeper crisiskeeper.Keeper + DistrKeeper cvndistrkeeper.Keeper + EpochsKeeper epochskeeper.Keeper + Erc20Keeper erc20keeper.Keeper + EvidenceKeeper evidencekeeper.Keeper + EvmKeeper *evmkeeper.Keeper + FeeGrantKeeper feegrantkeeper.Keeper + FeeMarketKeeper feemarketkeeper.Keeper + GovKeeper govkeeper.Keeper + IBCKeeper *ibckeeper.Keeper + ICAHostKeeper icahostkeeper.Keeper + IncentivesKeeper incentiveskeeper.Keeper + InflationKeeper inflationkeeper.Keeper + ParamsKeeper paramskeeper.Keeper + RecoveryKeeper *recoverykeeper.Keeper + RevenueKeeper revenuekeeper.Keeper + ScopedIBCKeeper capabilitykeeper.ScopedKeeper + ScopedTransferKeeper capabilitykeeper.ScopedKeeper + SlashingKeeper slashingkeeper.Keeper + StakingKeeper stakingkeeper.Keeper + TransferKeeper transferkeeper.Keeper + UpgradeKeeper upgradekeeper.Keeper + VestingKeeper vestingkeeper.Keeper + func EthSetup(isCheckTx bool, ...) *CVN + func EthSetupWithDB(isCheckTx bool, ...) *CVN + func NewCVN(logger log.Logger, db dbm.DB, traceStore io.Writer, loadLatest bool, ...) *CVN + func Setup(isCheckTx bool, feemarketGenesis *feemarkettypes.GenesisState) *CVN + func (app *CVN) AppCodec() codec.Codec + func (app *CVN) BeginBlocker(ctx sdk.Context, req abci.RequestBeginBlock) abci.ResponseBeginBlock + func (app *CVN) BlockedAddrs() map[string]bool + func (app *CVN) DeliverTx(req abci.RequestDeliverTx) (res abci.ResponseDeliverTx) + func (app *CVN) EndBlocker(ctx sdk.Context, req abci.RequestEndBlock) abci.ResponseEndBlock + func (app *CVN) ExportAppStateAndValidators(forZeroHeight bool, jailAllowedAddrs []string) (servertypes.ExportedApp, error) + func (app *CVN) GetBaseApp() *baseapp.BaseApp + func (app *CVN) GetIBCKeeper() *ibckeeper.Keeper + func (app *CVN) GetKey(storeKey string) *storetypes.KVStoreKey + func (app *CVN) GetMemKey(storeKey string) *storetypes.MemoryStoreKey + func (app *CVN) GetScopedIBCKeeper() capabilitykeeper.ScopedKeeper + func (app *CVN) GetStakingKeeper() ibctestingtypes.StakingKeeper + func (app *CVN) GetStakingKeeperSDK() stakingkeeper.Keeper + func (app *CVN) GetSubspace(moduleName string) paramstypes.Subspace + func (app *CVN) GetTKey(storeKey string) *storetypes.TransientStoreKey + func (app *CVN) GetTxConfig() client.TxConfig + func (app *CVN) InitChainer(ctx sdk.Context, req abci.RequestInitChain) abci.ResponseInitChain + func (app *CVN) InterfaceRegistry() types.InterfaceRegistry + func (app *CVN) LegacyAmino() *codec.LegacyAmino + func (app *CVN) LoadHeight(height int64) error + func (app *CVN) ModuleAccountAddrs() map[string]bool + func (app *CVN) Name() string + func (app *CVN) RegisterAPIRoutes(apiSvr *api.Server, apiConfig config.APIConfig) + func (app *CVN) RegisterNodeService(clientCtx client.Context) + func (app *CVN) RegisterTendermintService(clientCtx client.Context) + func (app *CVN) RegisterTxService(clientCtx client.Context) Other modules containing this package github.com/cvn-network/cvn/v2