Documentation ¶
Index ¶
- func AllInvariants(d distr.Keeper, stk stake.Keeper) simulation.Invariant
- func CanWithdrawInvariant(k distr.Keeper, sk stake.Keeper) simulation.Invariant
- func DelAccumInvariants(k distr.Keeper, sk distr.StakeKeeper) simulation.Invariant
- func SimulateMsgSetWithdrawAddress(m auth.AccountKeeper, k distribution.Keeper) simulation.Operation
- func SimulateMsgWithdrawDelegatorReward(m auth.AccountKeeper, k distribution.Keeper) simulation.Operation
- func SimulateMsgWithdrawDelegatorRewardsAll(m auth.AccountKeeper, k distribution.Keeper) simulation.Operation
- func SimulateMsgWithdrawValidatorRewardsAll(m auth.AccountKeeper, k distribution.Keeper) simulation.Operation
- func ValAccumInvariants(k distr.Keeper, sk distr.StakeKeeper) simulation.Invariant
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AllInvariants ¶
AllInvariants runs all invariants of the distribution module Currently: total supply, positive power
func CanWithdrawInvariant ¶ added in v0.27.0
CanWithdrawInvariant checks that current rewards can be completely withdrawn
func DelAccumInvariants ¶ added in v0.27.0
func DelAccumInvariants(k distr.Keeper, sk distr.StakeKeeper) simulation.Invariant
DelAccumInvariants checks that each validator del accum == sum all delegators' accum
func SimulateMsgSetWithdrawAddress ¶
func SimulateMsgSetWithdrawAddress(m auth.AccountKeeper, k distribution.Keeper) simulation.Operation
SimulateMsgSetWithdrawAddress
func SimulateMsgWithdrawDelegatorReward ¶
func SimulateMsgWithdrawDelegatorReward(m auth.AccountKeeper, k distribution.Keeper) simulation.Operation
SimulateMsgWithdrawDelegatorReward
func SimulateMsgWithdrawDelegatorRewardsAll ¶
func SimulateMsgWithdrawDelegatorRewardsAll(m auth.AccountKeeper, k distribution.Keeper) simulation.Operation
SimulateMsgWithdrawDelegatorRewardsAll
func SimulateMsgWithdrawValidatorRewardsAll ¶
func SimulateMsgWithdrawValidatorRewardsAll(m auth.AccountKeeper, k distribution.Keeper) simulation.Operation
SimulateMsgWithdrawValidatorRewardsAll
func ValAccumInvariants ¶
func ValAccumInvariants(k distr.Keeper, sk distr.StakeKeeper) simulation.Invariant
ValAccumInvariants checks that the fee pool accum == sum all validators' accum
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.