Versions in this module Expand all Collapse all v0 v0.0.2 Nov 23, 2021 Changes in this version + const DowntimeJailDuration + const MinSignedPerWindow + const OpWeightMsgUnjail + const SignedBlocksWindow + const SlashFractionDoubleSign + const SlashFractionDowntime + func GenDowntimeJailDuration(r *rand.Rand) time.Duration + func GenMinSignedPerWindow(r *rand.Rand) sdk.Dec + func GenSignedBlocksWindow(r *rand.Rand) int64 + func GenSlashFractionDoubleSign(r *rand.Rand) sdk.Dec + func GenSlashFractionDowntime(r *rand.Rand) sdk.Dec + func NewDecodeStore(cdc codec.Marshaler) func(kvA, kvB kv.Pair) string + func ParamChanges(r *rand.Rand) []simtypes.ParamChange + func RandomizedGenState(simState *module.SimulationState) + func SimulateMsgUnjail(ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper, ...) simtypes.Operation + func WeightedOperations(appParams simtypes.AppParams, cdc codec.JSONMarshaler, ak types.AccountKeeper, ...) simulation.WeightedOperations