simulation

package
v0.42.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 8, 2021 License: Apache-2.0 Imports: 16 Imported by: 24

Documentation

Index

Constants

View Source
const (
	OpWeightMsgCreateValidator = "op_weight_msg_create_validator"
	OpWeightMsgEditValidator   = "op_weight_msg_edit_validator"
	OpWeightMsgDelegate        = "op_weight_msg_delegate"
	OpWeightMsgUndelegate      = "op_weight_msg_undelegate"
	OpWeightMsgBeginRedelegate = "op_weight_msg_begin_redelegate"
)

Simulation operation weights constants

Variables

This section is empty.

Functions

func GenMaxValidators

func GenMaxValidators(r *rand.Rand) (maxValidators uint32)

GenMaxValidators randomized MaxValidators

func GenUnbondingTime

func GenUnbondingTime(r *rand.Rand) (ubdTime time.Duration)

GenUnbondingTime randomized UnbondingTime

func GetHistEntries

func GetHistEntries(r *rand.Rand) uint32

GetHistEntries randomized HistoricalEntries between 0-100.

func NewDecodeStore

func NewDecodeStore(cdc codec.Marshaler) func(kvA, kvB kv.Pair) string

NewDecodeStore returns a decoder function closure that unmarshals the KVPair's Value to the corresponding staking type.

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 RandomizedGenState

func RandomizedGenState(simState *module.SimulationState)

RandomizedGenState generates a random GenesisState for staking

func SimulateMsgBeginRedelegate

func SimulateMsgBeginRedelegate(ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper) simtypes.Operation

SimulateMsgBeginRedelegate generates a MsgBeginRedelegate with random values nolint: interfacer

func SimulateMsgCreateValidator

func SimulateMsgCreateValidator(ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper) simtypes.Operation

SimulateMsgCreateValidator generates a MsgCreateValidator with random values nolint: interfacer

func SimulateMsgDelegate

func SimulateMsgDelegate(ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper) simtypes.Operation

SimulateMsgDelegate generates a MsgDelegate with random values nolint: interfacer

func SimulateMsgEditValidator

func SimulateMsgEditValidator(ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper) simtypes.Operation

SimulateMsgEditValidator generates a MsgEditValidator with random values nolint: interfacer

func SimulateMsgUndelegate

func SimulateMsgUndelegate(ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper) simtypes.Operation

SimulateMsgUndelegate generates a MsgUndelegate with random values nolint: interfacer

func WeightedOperations

WeightedOperations returns all the operations from the module with their respective weights

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL