Versions in this module Expand all Collapse all v1 v1.0.0 Nov 17, 2022 Changes in this version + var DefaultConsensusParams = &msm.ConsensusParams + var DefaultNodeHome string + var FlagAllInvariantsValue bool + var FlagBlockSizeValue int + var FlagCommitValue bool + var FlagEnabledValue bool + var FlagExportParamsHeightValue int + var FlagExportParamsPathValue string + var FlagExportStatePathValue string + var FlagExportStatsPathValue string + var FlagGenesisFileValue string + var FlagGenesisTimeValue int64 + var FlagInitialBlockHeightValue int + var FlagLeanValue bool + var FlagNumBlocksValue int + var FlagOnOperationValue bool + var FlagParamsFileValue string + var FlagPeriodValue uint + var FlagSeedValue int64 + var FlagVerboseValue bool + var ModuleBasics = module.NewBasicManager(auth.AppModuleBasic{}, genutil.AppModuleBasic{}, bank.AppModuleBasic{}, ...) + func AddTestAddrs(app *CreataApp, ctx sdk.Context, accNum int, accAmt sdk.Int) []sdk.AccAddress + func AddTestAddrsFromPubKeys(app *CreataApp, ctx sdk.Context, pubKeys []cryptotypes.PubKey, accAmt sdk.Int) + func AddTestAddrsIncremental(app *CreataApp, ctx sdk.Context, accNum int, accAmt sdk.Int) []sdk.AccAddress + func AppStateFn(cdc codec.JSONMarshaler, simManager *module.SimulationManager) simtypes.AppStateFn + func AppStateFromGenesisFileFn(r io.Reader, cdc codec.JSONMarshaler, genesisFile string) (tmtypes.GenesisDoc, []simtypes.Account) + func AppStateRandomizedFn(simManager *module.SimulationManager, r *rand.Rand, cdc codec.JSONMarshaler, ...) (json.RawMessage, []simtypes.Account) + func CheckBalance(t *testing.T, app *CreataApp, addr sdk.AccAddress, balances sdk.Coins) + func CheckExportSimulation(app App, config simtypes.Config, params simtypes.Params) error + func ConvertAddrsToValAddrs(addrs []sdk.AccAddress) []sdk.ValAddress + func CreateTestPubKeys(numPubKeys int) []cryptotypes.PubKey + func GenSequenceOfTxs(txGen client.TxConfig, msgs []sdk.Msg, accNums []uint64, initSeqNums []uint64, ...) ([]sdk.Tx, error) + func GetMaccPerms() map[string][]string + func GetSimulationLog(storeName string, sdr sdk.StoreDecoderRegistry, kvAs, kvBs []kv.Pair) (log string) + func GetSimulatorFlags() + func MakeCodecs() (codec.Marshaler, *codec.LegacyAmino) + func MakeTestEncodingConfig() creataappparams.EncodingConfig + func NewConfigFromFlags() simulation.Config + func NewPubKeyFromHex(pk string) (res cryptotypes.PubKey) + func PrintStats(db dbm.DB) + func RegisterSwaggerAPI(ctx client.Context, rtr *mux.Router) + func SetupSimulation(dirPrefix, dbName string) (simtypes.Config, dbm.DB, string, log.Logger, bool, error) + func SignCheckDeliver(t *testing.T, txCfg client.TxConfig, app *bam.BaseApp, header tmproto.Header, ...) (sdk.GasInfo, *sdk.Result, error) + func SimulationOperations(app App, cdc codec.JSONMarshaler, config simtypes.Config) []simtypes.WeightedOperation + func TestAddr(addr string, bech string) (sdk.AccAddress, error) + type App interface + BeginBlocker func(ctx sdk.Context, req msm.RequestBeginBlock) msm.ResponseBeginBlock + EndBlocker func(ctx sdk.Context, req msm.RequestEndBlock) msm.ResponseEndBlock + ExportAppStateAndValidators func(forZeroHeight bool, jailAllowedAddrs []string) (types.ExportedApp, error) + InitChainer func(ctx sdk.Context, req msm.RequestInitChain) msm.ResponseInitChain + LegacyAmino func() *codec.LegacyAmino + LoadHeight func(height int64) error + ModuleAccountAddrs func() map[string]bool + Name func() string + SimulationManager func() *module.SimulationManager + type CreataApp struct + AccountKeeper authkeeper.AccountKeeper + BankKeeper bankkeeper.Keeper + CapabilityKeeper *capabilitykeeper.Keeper + CrisisKeeper crisiskeeper.Keeper + DistrKeeper distrkeeper.Keeper + EvidenceKeeper evidencekeeper.Keeper + GovKeeper govkeeper.Keeper + ICPKeeper *icpkeeper.Keeper + MintKeeper mintkeeper.Keeper + ParamsKeeper paramskeeper.Keeper + ScopedICPKeeper capabilitykeeper.ScopedKeeper + ScopedICPMockKeeper capabilitykeeper.ScopedKeeper + ScopedTransferKeeper capabilitykeeper.ScopedKeeper + SlashingKeeper slashingkeeper.Keeper + StakingKeeper stakingkeeper.Keeper + TransferKeeper icptransferkeeper.Keeper + UpgradeKeeper upgradekeeper.Keeper + func NewCreataApp(logger log.Logger, db dbm.DB, traceStore io.Writer, loadLatest bool, ...) *CreataApp + func Setup(isCheckTx bool) *CreataApp + func SetupWithGenesisAccounts(genAccs []authtypes.GenesisAccount, balances ...banktypes.Balance) *CreataApp + func SetupWithGenesisValSet(t *testing.T, valSet *tmtypes.ValidatorSet, genAccs []authtypes.GenesisAccount, ...) *CreataApp + func (app *CreataApp) AppCodec() codec.Marshaler + func (app *CreataApp) BeginBlocker(ctx sdk.Context, req msm.RequestBeginBlock) msm.ResponseBeginBlock + func (app *CreataApp) EndBlocker(ctx sdk.Context, req msm.RequestEndBlock) msm.ResponseEndBlock + func (app *CreataApp) ExportAppStateAndValidators(forZeroHeight bool, jailAllowedAddrs []string) (servertypes.ExportedApp, error) + func (app *CreataApp) GetKey(storeKey string) *sdk.KVStoreKey + func (app *CreataApp) GetMemKey(storeKey string) *sdk.MemoryStoreKey + func (app *CreataApp) GetSubspace(moduleName string) paramstypes.Subspace + func (app *CreataApp) GetTKey(storeKey string) *sdk.TransientStoreKey + func (app *CreataApp) InitChainer(ctx sdk.Context, req msm.RequestInitChain) msm.ResponseInitChain + func (app *CreataApp) InterfaceRegistry() types.InterfaceRegistry + func (app *CreataApp) LegacyAmino() *codec.LegacyAmino + func (app *CreataApp) LoadHeight(height int64) error + func (app *CreataApp) ModuleAccountAddrs() map[string]bool + func (app *CreataApp) Name() string + func (app *CreataApp) RegisterAPIRoutes(apiSvr *api.Server, apiConfig config.APIConfig) + func (app *CreataApp) RegisterAugusteumService(clientCtx client.Context) + func (app *CreataApp) RegisterTxService(clientCtx client.Context) + func (app *CreataApp) SimulationManager() *module.SimulationManager + type EmptyAppOptions struct + func (ao EmptyAppOptions) Get(o string) interface{} + type GenerateAccountStrategy func(int) []sdk.AccAddress + type GenesisState map[string]json.RawMessage + func NewDefaultGenesisState(cdc codec.JSONMarshaler) GenesisState + 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