simulation

package
v4.8.1 Latest Latest
Warning

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

Go to latest
Published: Apr 18, 2023 License: Apache-2.0 Imports: 24 Imported by: 0

Documentation

Index

Constants

View Source
const (
	OpWeightMsgSaveProfile            = "op_weight_msg_save_profile"
	OpWeightMsgDeleteProfile          = "op_weight_msg_delete_profile"
	OpWeightMsgRequestDTagTransfer    = "op_weight_msg_request_dtag_transfer"
	OpWeightMsgAcceptDTagTransfer     = "op_weight_msg_accept_dtag_transfer_request"
	OpWeightMsgRefuseDTagTransfer     = "op_weight_msg_refuse_dtag_transfer_request"
	OpWeightMsgCancelDTagTransfer     = "op_weight_msg_cancel_dtag_transfer_request"
	OpWeightMsgLinkChainAccount       = "op_weight_msg_link_chain_account"
	OpWeightMsgUnlinkChainAccount     = "op_weight_msg_unlink_chain_account"
	OpWeightSetDefaultExternalAddress = "op_weight_set_default_external_address"

	DefaultGasValue = 200000
)

Simulation operation weights constants

Variables

This section is empty.

Functions

func GetSimAccount

func GetSimAccount(address sdk.Address, accs []simtypes.Account) *simtypes.Account

GetSimAccount gets the profile having the given address from the accs list

func NewDecodeStore

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

NewDecodeStore returns a new decoder that unmarshals the KVPair's Value to the corresponding relationships type

func NewRandomProfile

func NewRandomProfile(r *rand.Rand, account authtypes.AccountI) *types.Profile

NewRandomProfile return a random ProfileData from random data and the given account

func NewRandomProfiles

func NewRandomProfiles(r *rand.Rand, accounts []simtypes.Account, number int) []*types.Profile

NewRandomProfiles returns number random profiles

func ParamChanges

func ParamChanges(r *rand.Rand) []simtypes.ParamChange

func RandomAppLinksParams added in v4.2.0

func RandomAppLinksParams(r *rand.Rand) types.AppLinksParams

RandomAppLinksParams return a random appLinks param

func RandomBio

func RandomBio(r *rand.Rand) string

RandomBio return a random bio value from the list of randomBios given

func RandomBioParams

func RandomBioParams(r *rand.Rand) types.BioParams

RandomBioParams return a random biography param

func RandomChainLink(r *rand.Rand, links []types.ChainLink) types.ChainLink

RandomChainLink picks and returns a random chain link from an array of chain links

func RandomDTag

func RandomDTag(r *rand.Rand) string

RandomDTag return a random DTag

func RandomDTagParams

func RandomDTagParams(r *rand.Rand) types.DTagParams

RandomDTagParams return a random set of nickname params

func RandomDTagTransferRequest

func RandomDTagTransferRequest(r *rand.Rand, requests []types.DTagTransferRequest) types.DTagTransferRequest

RandomDTagTransferRequest picks and returns a random DTag transfer request from an array of requests

func RandomNickname

func RandomNickname(r *rand.Rand) string

RandomNickname return a random nickname

func RandomNicknameParams

func RandomNicknameParams(r *rand.Rand) types.NicknameParams

RandomNicknameParams return a random set of nickname params

func RandomOracleParams

func RandomOracleParams(r *rand.Rand) types.OracleParams

RandomOracleParams return a random oracle param

func RandomProfile

func RandomProfile(r *rand.Rand, accounts []*types.Profile) *types.Profile

RandomProfile picks and returns a random profile from an array

func RandomProfileCover

func RandomProfileCover(r *rand.Rand) string

RandomProfileCover return a random profile cover from the list of randomProfileCovers

func RandomProfilePic

func RandomProfilePic(r *rand.Rand) string

RandomProfilePic return a random profile pic value from the list of randomProfilePics given

func RandomizedGenState

func RandomizedGenState(simsState *module.SimulationState)

RandomizedGenState generates a random GenesisState for profile

func SimulateMsgAcceptDTagTransfer

func SimulateMsgAcceptDTagTransfer(
	k keeper.Keeper, ak authkeeper.AccountKeeper, bk bankkeeper.Keeper, fk feeskeeper.Keeper,
) simtypes.Operation

SimulateMsgAcceptDTagTransfer tests and runs a single MsgAcceptDTagTransfer

func SimulateMsgCancelDTagTransfer

func SimulateMsgCancelDTagTransfer(
	k keeper.Keeper, ak authkeeper.AccountKeeper, bk bankkeeper.Keeper, fk feeskeeper.Keeper,
) simtypes.Operation

SimulateMsgCancelDTagTransfer tests and runs a single MsgCancelDTagTransfer

func SimulateMsgDeleteProfile

func SimulateMsgDeleteProfile(
	k keeper.Keeper, ak authkeeper.AccountKeeper, bk bankkeeper.Keeper, fk feeskeeper.Keeper,
) simtypes.Operation

SimulateMsgDeleteProfile tests and runs a single msg delete profile where the creator already exists

func SimulateMsgLinkChainAccount

func SimulateMsgLinkChainAccount(
	k keeper.Keeper, ak authkeeper.AccountKeeper, bk bankkeeper.Keeper, fk feeskeeper.Keeper,
) simtypes.Operation

SimulateMsgLinkChainAccount tests and runs a single MsgLinkChainAccount

func SimulateMsgRefuseDTagTransfer

func SimulateMsgRefuseDTagTransfer(
	k keeper.Keeper, ak authkeeper.AccountKeeper, bk bankkeeper.Keeper, fk feeskeeper.Keeper,
) simtypes.Operation

SimulateMsgRefuseDTagTransfer tests and runs a single MsgRefuseDTagTransfer

func SimulateMsgRequestDTagTransfer

func SimulateMsgRequestDTagTransfer(
	k keeper.Keeper, ak authkeeper.AccountKeeper, bk bankkeeper.Keeper, fk feeskeeper.Keeper,
) simtypes.Operation

SimulateMsgRequestDTagTransfer tests and runs a single MsgRequestDTagTransfer

func SimulateMsgSaveProfile

func SimulateMsgSaveProfile(
	k keeper.Keeper, ak authkeeper.AccountKeeper, bk bankkeeper.Keeper, fk feeskeeper.Keeper,
) simtypes.Operation

SimulateMsgSaveProfile tests and runs a single msg save profile where the creator already exists

func SimulateMsgSetDefaultExternalAddress added in v4.2.0

func SimulateMsgSetDefaultExternalAddress(
	k keeper.Keeper, ak authkeeper.AccountKeeper, bk bankkeeper.Keeper, fk feeskeeper.Keeper,
) simtypes.Operation

SimulateMsgSetDefaultExternalAddress tests and runs a single MsgSetDefaultExternalAddress

func SimulateMsgUnlinkChainAccount

func SimulateMsgUnlinkChainAccount(
	k keeper.Keeper, ak authkeeper.AccountKeeper, bk bankkeeper.Keeper, fk feeskeeper.Keeper,
) simtypes.Operation

SimulateMsgUnlinkChainAccount tests and runs a single MsgUnlinkChainAccount

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