Versions in this module Expand all Collapse all v0 v0.1.17 Jun 13, 2023 Changes in this version + const Bech32Prefix + var DefaultConsensusParams = &abci.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 *FuryApp, ctx sdk.Context, accNum int, accAmt math.Int) []sdk.AccAddress + func AddTestAddrsFromPubKeys(app *FuryApp, ctx sdk.Context, pubKeys []cryptotypes.PubKey, accAmt math.Int) + func AddTestAddrsIncremental(app *FuryApp, ctx sdk.Context, accNum int, accAmt math.Int) []sdk.AccAddress + func AppStateFn(cdc codec.JSONCodec, simManager *module.SimulationManager) simtypes.AppStateFn + func AppStateFromGenesisFileFn(r io.Reader, cdc codec.JSONCodec, genesisFile string) (tmtypes.GenesisDoc, []simtypes.Account) + func AppStateRandomizedFn(simManager *module.SimulationManager, r *rand.Rand, cdc codec.JSONCodec, ...) (json.RawMessage, []simtypes.Account) + func CheckBalance(t *testing.T, app *FuryApp, 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 CreateRandomAccounts(numAccts int) []sdk.AccAddress + 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 MakeTestEncodingConfig() params.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 SetupTestingApp() (ibctesting.TestingApp, map[string]json.RawMessage) + 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.JSONCodec, config simtypes.Config) []simtypes.WeightedOperation + func TestAddr(addr string, bech string) (sdk.AccAddress, error) + type App interface + BeginBlocker func(ctx sdk.Context, req abci.RequestBeginBlock) abci.ResponseBeginBlock + EndBlocker func(ctx sdk.Context, req abci.RequestEndBlock) abci.ResponseEndBlock + ExportAppStateAndValidators func(forZeroHeight bool, jailAllowedAddrs []string) (types.ExportedApp, error) + InitChainer func(ctx sdk.Context, req abci.RequestInitChain) abci.ResponseInitChain + LegacyAmino func() *codec.LegacyAmino + LoadHeight func(height int64) error + ModuleAccountAddrs func() map[string]bool + Name func() string + SimulationManager func() *module.SimulationManager + type EmptyAppOptions struct + func (ao EmptyAppOptions) Get(o string) interface{} + type FuryApp struct + AccountKeeper authkeeper.AccountKeeper + AuthzKeeper authzkeeper.Keeper + BankKeeper bankkeeper.Keeper + CapabilityKeeper *capabilitykeeper.Keeper + CrisisKeeper crisiskeeper.Keeper + DistrKeeper distrkeeper.Keeper + EpochsKeeper *epochsKeeper.Keeper + EvidenceKeeper evidencekeeper.Keeper + FeeGrantKeeper feegrantkeeper.Keeper + GovKeeper govkeeper.Keeper + GroupKeeper groupkeeper.Keeper + HalvingKeeper halving.Keeper + IBCKeeper *ibckeeper.Keeper + InterchainQueryKeeper interchainquerykeeper.Keeper + MintKeeper mintkeeper.Keeper + OracleKeeper oraclekeeper.Keeper + ParamsKeeper paramskeeper.Keeper + ScopedIBCKeeper capabilitykeeper.ScopedKeeper + SlashingKeeper slashingkeeper.Keeper + StakingKeeper stakingkeeper.Keeper + UpgradeKeeper upgradekeeper.Keeper + func NewFuryApp(logger log.Logger, db dbm.DB, traceStore io.Writer, loadLatest bool, ...) *FuryApp + func NewFuryappWithCustomOptions(t *testing.T, isCheckTx bool, options SetupOptions) *FuryApp + func Setup(t *testing.T, isCheckTx bool) *FuryApp + func SetupNoBlocks(t *testing.T, isCheckTx bool) *FuryApp + func SetupWithGenesisAccounts(t *testing.T, genAccs []authtypes.GenesisAccount, ...) *FuryApp + func SetupWithGenesisValSet(t *testing.T, valSet *tmtypes.ValidatorSet, genAccs []authtypes.GenesisAccount, ...) *FuryApp + func (app *FuryApp) AppCodec() codec.Codec + func (app *FuryApp) BeginBlocker(ctx sdk.Context, req abci.RequestBeginBlock) abci.ResponseBeginBlock + func (app *FuryApp) EndBlocker(ctx sdk.Context, req abci.RequestEndBlock) abci.ResponseEndBlock + func (app *FuryApp) ExportAppStateAndValidators(forZeroHeight bool, jailAllowedAddrs []string) (servertypes.ExportedApp, error) + func (app *FuryApp) GetBaseApp() *baseapp.BaseApp + func (app *FuryApp) GetIBCKeeper() *ibckeeper.Keeper + func (app *FuryApp) GetKey(storeKey string) *storetypes.KVStoreKey + func (app *FuryApp) GetMemKey(storeKey string) *storetypes.MemoryStoreKey + func (app *FuryApp) GetScopedIBCKeeper() capabilitykeeper.ScopedKeeper + func (app *FuryApp) GetStakingKeeper() ibctestingtypes.StakingKeeper + func (app *FuryApp) GetSubspace(moduleName string) paramstypes.Subspace + func (app *FuryApp) GetTKey(storeKey string) *storetypes.TransientStoreKey + func (app *FuryApp) GetTxConfig() client.TxConfig + func (app *FuryApp) InitChainer(ctx sdk.Context, req abci.RequestInitChain) abci.ResponseInitChain + func (app *FuryApp) InterfaceRegistry() types.InterfaceRegistry + func (app *FuryApp) LegacyAmino() *codec.LegacyAmino + func (app *FuryApp) LoadHeight(height int64) error + func (app *FuryApp) ModuleAccountAddrs() map[string]bool + func (app *FuryApp) Name() string + func (app *FuryApp) RegisterAPIRoutes(apiSvr *api.Server, apiConfig config.APIConfig) + func (app *FuryApp) RegisterTendermintService(clientCtx client.Context) + func (app *FuryApp) RegisterTxService(clientCtx client.Context) + func (app *FuryApp) SimulationManager() *module.SimulationManager + type GenerateAccountStrategy func(int) []sdk.AccAddress + type GenesisState map[string]json.RawMessage + func GenesisStateWithSingleValidator(t *testing.T, app *FuryApp) GenesisState + func NewDefaultGenesisState(cdc codec.JSONCodec) GenesisState + type KeeperTestHelper struct + App *FuryApp + Ctx sdk.Context + QueryHelper *baseapp.QueryServiceTestHelper + TestAccs []sdk.AccAddress + func (s *KeeperTestHelper) SetEpochStartTime() + func (s *KeeperTestHelper) Setup() + type SetupOptions struct + AppOpts types.AppOptions + DB *dbm.MemDB + EncConfig params.EncodingConfig + HomePath string + InvCheckPeriod uint + Logger log.Logger + SkipUpgradeHeights map[int64]bool + 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