Documentation ¶
Index ¶
- Constants
- func GenMaxMemoChars(r *rand.Rand) uint64
- func GenSigVerifyCostED25519(r *rand.Rand) uint64
- func GenSigVerifyCostSECP256K1(r *rand.Rand) uint64
- func GenTxSigLimit(r *rand.Rand) uint64
- func GenTxSizeCostPerByte(r *rand.Rand) uint64
- func ProposalMsgs() []simtypes.WeightedProposalMsg
- func RandomGenesisAccounts(simState *module.SimulationState) types.GenesisAccounts
- func RandomizedGenState(simState *module.SimulationState, ...)
- func SimulateMsgUpdateParams(r *rand.Rand, _ sdk.Context, _ []simtypes.Account) sdk.Msg
Constants ¶
const ( MaxMemoChars = "max_memo_characters" TxSigLimit = "tx_sig_limit" TxSizeCostPerByte = "tx_size_cost_per_byte" SigVerifyCostED25519 = "sig_verify_cost_ed25519" SigVerifyCostSECP256K1 = "sig_verify_cost_secp256k1" )
Simulation parameter constants
const ( DefaultWeightMsgUpdateParams int = 100 OpWeightMsgUpdateParams = "op_weight_msg_update_params" )
Simulation operation weights constants
Variables ¶
This section is empty.
Functions ¶
func GenMaxMemoChars ¶
GenMaxMemoChars randomized MaxMemoChars
func GenSigVerifyCostED25519 ¶
GenSigVerifyCostED25519 randomized SigVerifyCostED25519
func GenSigVerifyCostSECP256K1 ¶
GenSigVerifyCostSECP256K1 randomized SigVerifyCostSECP256K1
func GenTxSigLimit ¶
GenTxSigLimit randomized TxSigLimit make sure that sigLimit is always high so that arbitrarily simulated messages from other modules can still create valid transactions
func GenTxSizeCostPerByte ¶
GenTxSizeCostPerByte randomized TxSizeCostPerByte
func ProposalMsgs ¶ added in v0.47.0
func ProposalMsgs() []simtypes.WeightedProposalMsg
ProposalMsgs defines the module weighted proposals' contents
func RandomGenesisAccounts ¶
func RandomGenesisAccounts(simState *module.SimulationState) types.GenesisAccounts
RandomGenesisAccounts defines the default RandomGenesisAccountsFn used on the SDK. It creates a slice of BaseAccount, ContinuousVestingAccount and DelayedVestingAccount.
func RandomizedGenState ¶
func RandomizedGenState(simState *module.SimulationState, randGenAccountsFn types.RandomGenesisAccountsFn)
RandomizedGenState generates a random GenesisState for auth
Types ¶
This section is empty.