Documentation ¶
Index ¶
- Constants
- 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 tmkv.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.Codec, ak types.AccountKeeper, ...) simulation.WeightedOperations
Constants ¶
const ( SignedBlocksWindow = "signed_blocks_window" MinSignedPerWindow = "min_signed_per_window" DowntimeJailDuration = "downtime_jail_duration" SlashFractionDoubleSign = "slash_fraction_double_sign" SlashFractionDowntime = "slash_fraction_downtime" )
Simulation parameter constants
const (
OpWeightMsgUnjail = "op_weight_msg_unjail"
)
Simulation operation weights constants
Variables ¶
This section is empty.
Functions ¶
func GenDowntimeJailDuration ¶ added in v1.0.0
GenDowntimeJailDuration randomized DowntimeJailDuration
func GenMinSignedPerWindow ¶ added in v1.0.0
GenMinSignedPerWindow randomized MinSignedPerWindow
func GenSignedBlocksWindow ¶ added in v1.0.0
GenSignedBlocksWindow randomized SignedBlocksWindow
func GenSlashFractionDoubleSign ¶ added in v1.0.0
GenSlashFractionDoubleSign randomized SlashFractionDoubleSign
func GenSlashFractionDowntime ¶ added in v1.0.0
GenSlashFractionDowntime randomized SlashFractionDowntime
func NewDecodeStore ¶ added in v1.0.0
NewDecodeStore returns a decoder function closure that unmarshals the KVPair's Value to the corresponding slashing type.
func ParamChanges ¶ added in v1.0.0
func ParamChanges(r *rand.Rand) []simtypes.ParamChange
ParamChanges defines the parameters that can be modified by param change proposals on the simulation
func RandomizedGenState ¶ added in v1.0.0
func RandomizedGenState(simState *module.SimulationState)
RandomizedGenState generates a random GenesisState for slashing
func SimulateMsgUnjail ¶ added in v0.25.0
func SimulateMsgUnjail(ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper, sk stakingkeeper.Keeper) simtypes.Operation
SimulateMsgUnjail generates a MsgUnjail with random values nolint: interfacer
func WeightedOperations ¶ added in v1.0.0
func WeightedOperations( appParams simtypes.AppParams, cdc *codec.Codec, ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper, sk stakingkeeper.Keeper, ) simulation.WeightedOperations
WeightedOperations returns all the operations from the module with their respective weights
Types ¶
This section is empty.