simulation

package
v1.7.1 Latest Latest
Warning

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

Go to latest
Published: Jun 20, 2024 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

View Source
const (
	BatchSettlementCount  = "BatchSettlementCount"
	MaxBetByUIDQueryCount = "MaxBetByUidQueryCount"
	MinAmount             = "MinAmount"
	BetFee                = "BetFee"
)

Simulation parameter constants

View Source
const (
	DefaultWeightMsgUpdateParams int = 100

	OpWeightMsgUpdateParams = "op_weight_msg_update_params" //#nosec
)

Simulation operation weights constants

Variables

This section is empty.

Functions

func FindAccount

func FindAccount(accs []simtypes.Account, address string) (simtypes.Account, bool)

FindAccount find a specific address from an account list

func GenBatchSettlementCount added in v0.0.8

func GenBatchSettlementCount(r *rand.Rand) uint32

GenBatchSettlementCount randomized batch settlement count

func GenFee added in v1.0.0

func GenFee(r *rand.Rand) sdkmath.Int

GenFee randomized min bet fee

func GenMaxBetByUIDQueryCount added in v0.0.8

func GenMaxBetByUIDQueryCount(r *rand.Rand) uint32

GenMaxBetByUIDQueryCount randomized bet by uid query count

func GenMinAmount added in v1.0.0

func GenMinAmount(r *rand.Rand) sdkmath.Int

GenMinAmount randomized min bet amount

func NewDecodeStore added in v0.0.8

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

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

func ParamChanges added in v0.0.8

func ParamChanges(_ *rand.Rand) []simtypes.LegacyParamChange

ParamChanges defines the parameters that can be modified by param change proposals on the simulation

func ProposalMsgs added in v1.7.1

func ProposalMsgs() []simtypes.WeightedProposalMsg

ProposalMsgs defines the module weighted proposals' contents

func RandomizedGenState added in v0.0.8

func RandomizedGenState(simState *module.SimulationState)

RandomizedGenState generates a random GenesisState for bet

func SimulateMsgUpdateParams added in v1.7.1

func SimulateMsgUpdateParams(r *rand.Rand, _ sdk.Context, _ []simtypes.Account) sdk.Msg

SimulateMsgUpdateParams returns a random MsgUpdateParams

func SimulateMsgWager added in v1.0.1

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

SimulateMsgWager returns an Operation function to run a state machine transition

Types

This section is empty.

Jump to

Keyboard shortcuts

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