Documentation
¶
Index ¶
- Constants
- func GenBaseProposerReward(r *rand.Rand) sdk.Dec
- func GenBonusProposerReward(r *rand.Rand) sdk.Dec
- func GenCommunityTax(r *rand.Rand) sdk.Dec
- func GenWithdrawEnabled(r *rand.Rand) bool
- func ParamChanges(r *rand.Rand) []simtypes.ParamChange
- func ProposalContents(k keeper.Keeper) []simtypes.WeightedProposalContent
- func RandomizedGenState(simState *module.SimulationState)
- func SimulateCommunityPoolSpendProposalContent(k keeper.Keeper) simtypes.ContentSimulatorFn
- func SimulateMsgSetWithdrawAddress(ak keeper.AccountKeeper, k keeper.Keeper) simtypes.Operation
- func SimulateMsgWithdrawDelegatorReward(ak keeper.AccountKeeper, k keeper.Keeper, sk stakingkeeper.Keeper) simtypes.Operation
- func SimulateMsgWithdrawValidatorCommission(ak keeper.AccountKeeper, k keeper.Keeper, sk stakingkeeper.Keeper) simtypes.Operation
- func WeightedOperations(appParams simtypes.AppParams, cdc *codec.Codec, k keeper.Keeper, ...) simulation.WeightedOperations
Constants ¶
const ( CommunityTax = "community_tax" BaseProposerReward = "base_proposer_reward" BonusProposerReward = "bonus_proposer_reward" WithdrawEnabled = "withdraw_enabled" )
Simulation parameter constants
const ( OpWeightMsgSetWithdrawAddress = "op_weight_msg_set_withdraw_address" OpWeightMsgWithdrawDelegationReward = "op_weight_msg_withdraw_delegation_reward" OpWeightMsgWithdrawValidatorCommission = "op_weight_msg_withdraw_validator_commission" )
Simulation operation weights constants
const OpWeightSubmitCommunitySpendProposal = "op_weight_submit_community_spend_proposal"
OpWeightSubmitCommunitySpendProposal app params key for community spend proposal
Variables ¶
This section is empty.
Functions ¶
func GenBaseProposerReward ¶
GenBaseProposerReward randomized BaseProposerReward
func GenBonusProposerReward ¶
GenBonusProposerReward randomized BonusProposerReward
func GenCommunityTax ¶
GenCommunityTax randomized CommunityTax
func GenWithdrawEnabled ¶
GenWithdrawEnabled returns a randomized WithdrawEnabled parameter.
func ParamChanges ¶
func ParamChanges(r *rand.Rand) []simtypes.ParamChange
ParamChanges defines the parameters that can be modified by param change proposals on the simulation
func ProposalContents ¶
func ProposalContents(k keeper.Keeper) []simtypes.WeightedProposalContent
ProposalContents defines the module weighted proposals' contents
func RandomizedGenState ¶
func RandomizedGenState(simState *module.SimulationState)
RandomizedGenState generates a random GenesisState for distribution
func SimulateCommunityPoolSpendProposalContent ¶
func SimulateCommunityPoolSpendProposalContent(k keeper.Keeper) simtypes.ContentSimulatorFn
SimulateCommunityPoolSpendProposalContent generates random community-pool-spend proposal content
func SimulateMsgSetWithdrawAddress ¶
SimulateMsgSetWithdrawAddress generates a MsgSetWithdrawAddress with random values.
func SimulateMsgWithdrawDelegatorReward ¶
func SimulateMsgWithdrawDelegatorReward(ak keeper.AccountKeeper, k keeper.Keeper, sk stakingkeeper.Keeper) simtypes.Operation
SimulateMsgWithdrawDelegatorReward generates a MsgWithdrawDelegatorReward with random values.
func SimulateMsgWithdrawValidatorCommission ¶
func SimulateMsgWithdrawValidatorCommission(ak keeper.AccountKeeper, k keeper.Keeper, sk stakingkeeper.Keeper) simtypes.Operation
SimulateMsgWithdrawValidatorCommission generates a MsgWithdrawValidatorCommission with random values.
func WeightedOperations ¶
func WeightedOperations(appParams simtypes.AppParams, cdc *codec.Codec, k keeper.Keeper, ak keeper.AccountKeeper, sk stakingkeeper.Keeper) simulation.WeightedOperations
WeightedOperations returns all the operations from the module with their respective weights
Types ¶
This section is empty.