Versions in this module Expand all Collapse all v0 v0.16.15 Jul 20, 2023 v0.0.1 Jul 20, 2023 Changes in this version + const DefaultWeightMsgSuperfluidDelegate + const DefaultWeightMsgSuperfluidRedelegate + const DefaultWeightMsgSuperfluidUndelegate + const DefaultWeightRemoveSuperfluidAssetsProposal + const DefaultWeightSetSuperfluidAssetsProposal + const OpWeightMsgSuperfluidDelegate + const OpWeightMsgSuperfluidRedelegate + const OpWeightMsgSuperfluidUndelegate + const OpWeightRemoveSuperfluidAssetsProposal + const OpWeightSetSuperfluidAssetsProposal + func ProposalContents(k keeper.Keeper, gk types.GammKeeper) []simtypes.WeightedProposalContent + func RandomAccountLock(ctx sdk.Context, r *rand.Rand, lk types.LockupKeeper, addr sdk.AccAddress) *lockuptypes.PeriodLock + func RandomLockAndAccount(ctx sdk.Context, r *rand.Rand, lk types.LockupKeeper, accs []simtypes.Account) (*lockuptypes.PeriodLock, simtypes.Account) + func RandomValidator(ctx sdk.Context, r *rand.Rand, sk types.StakingKeeper) *stakingtypes.Validator + func RandomizedGenState(simState *module.SimulationState) + func SimulateMsgSuperfluidDelegate(ak stakingtypes.AccountKeeper, bk percosimtypes.BankKeeper, ...) simtypes.Operation + func SimulateMsgSuperfluidUndelegate(ak stakingtypes.AccountKeeper, bk percosimtypes.BankKeeper, ...) simtypes.Operation + func SimulateRemoveSuperfluidAssetsProposal(k keeper.Keeper, gk types.GammKeeper) simtypes.ContentSimulatorFn + func SimulateSetSuperfluidAssetsProposal(k keeper.Keeper, gk types.GammKeeper) simtypes.ContentSimulatorFn + func WeightedOperations(appParams simtypes.AppParams, cdc codec.JSONCodec, ...) simulation.WeightedOperations