Versions in this module Expand all Collapse all v4 v4.0.0 Dec 17, 2024 Changes in this version + const DefaultWeightMsgCreateRewardsPlan + const DefaultWeightMsgEditRewardsPlan + const DefaultWeightMsgSetWithdrawAddress + const DefaultWeightMsgUpdateParams + const DefaultWeightMsgWithdrawDelegatorReward + const DefaultWeightMsgWithdrawOperatorCommission + const OperationWeightMsgCreateRewardsPlan + const OperationWeightMsgEditRewardsPlan + const OperationWeightMsgSetWithdrawAddress + const OperationWeightMsgUpdateParams + const OperationWeightMsgWithdrawDelegatorReward + const OperationWeightMsgWithdrawOperatorCommission + func GetRandomExistingRewardsPlan(r *rand.Rand, ctx sdk.Context, k *keeper.Keeper) (types.RewardsPlan, bool) + func ProposalMsgs(bankKeeper bankkeeper.Keeper) []simtypes.WeightedProposalMsg + func RandomCurrentRewardsRecords(r *rand.Rand, servicesGenesis servicestypes.GenesisState, ...) []types.CurrentRewardsRecord + func RandomDecPools(r *rand.Rand, availableDenoms []string) types.DecPools + func RandomDelegatorStartingInfoRecords(r *rand.Rand, availableDenoms []string) []types.DelegatorStartingInfoRecord + func RandomDelegatorWithdrawInfos(r *rand.Rand, accs []simtypes.Account) []types.DelegatorWithdrawInfo + func RandomDistribution(r *rand.Rand, delegationType restakingtypes.DelegationType, ...) types.Distribution + func RandomDistributionType(r *rand.Rand) types.DistributionType + func RandomOperatorAccumulatedCommissionRecords(r *rand.Rand, operators []operatorstypes.Operator, availableDenoms []string) []types.OperatorAccumulatedCommissionRecord + func RandomParams(r *rand.Rand, rewardsPlanCreationFeeDenoms []string) types.Params + func RandomPoolServiceTotalDelegatorShares(r *rand.Rand, poolsGenesis poolstypes.GenesisState, ...) []types.PoolServiceTotalDelegatorShares + func RandomRewardsPlan(r *rand.Rand, serviceID uint32, pools []poolstypes.Pool, ...) types.RewardsPlan + func RandomRewardsPlans(r *rand.Rand, pools []poolstypes.Pool, operators []operatorstypes.Operator, ...) []types.RewardsPlan + func RandomServicePools(r *rand.Rand, servicesGenesis servicestypes.GenesisState, ...) types.ServicePools + func RandomUsersDistribution(r *rand.Rand) types.UsersDistribution + func RandomUsersDistributionType(_ *rand.Rand) types.UsersDistributionType + func RandomizedGenState(simState *module.SimulationState) + func SimulateMsgCreateRewardsPlan(ak authkeeper.AccountKeeper, bk bankkeeper.Keeper, pk *poolskeeper.Keeper, ...) simtypes.Operation + func SimulateMsgEditRewardsPlan(ak authkeeper.AccountKeeper, bk bankkeeper.Keeper, pk *poolskeeper.Keeper, ...) simtypes.Operation + func SimulateMsgSetWithdrawAddress(ak authkeeper.AccountKeeper, bk bankkeeper.Keeper, k *keeper.Keeper) simtypes.Operation + func SimulateMsgUpdateParams(bankKeeper bankkeeper.Keeper) func(r *rand.Rand, _ sdk.Context, _ []simtypes.Account) sdk.Msg + func SimulateMsgWithdrawDelegatorReward(ak authkeeper.AccountKeeper, bk bankkeeper.Keeper, k *keeper.Keeper) simtypes.Operation + func SimulateMsgWithdrawOperatorCommission(ak authkeeper.AccountKeeper, bk bankkeeper.Keeper, ok *operatorskeeper.Keeper, ...) simtypes.Operation + func WeightedOperations(appParams simtypes.AppParams, ak authkeeper.AccountKeeper, ...) simulation.WeightedOperations Other modules containing this package github.com/milkyway-labs/milkyway/v5 github.com/milkyway-labs/milkyway/v6 github.com/milkyway-labs/milkyway/v7