simulation

package
v0.48.86 Latest Latest
Warning

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

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

Documentation

Index

Constants

View Source
const (
	DepositParamsMinDeposit    = "deposit_params_min_deposit"
	DepositParamsDepositPeriod = "deposit_params_deposit_period"
	DepositMinInitialRatio     = "deposit_params_min_initial_ratio"
	VotingParamsVotingPeriod   = "voting_params_voting_period"
	TallyParamsQuorum          = "tally_params_quorum"
	TallyParamsThreshold       = "tally_params_threshold"
	TallyParamsVeto            = "tally_params_veto"
)

Simulation parameter constants

View Source
const (
	OpWeightMsgDeposit      = "op_weight_msg_deposit"
	OpWeightMsgVote         = "op_weight_msg_vote"
	OpWeightMsgVoteWeighted = "op_weight_msg_weighted_vote"

	DefaultWeightMsgDeposit      = 100
	DefaultWeightMsgVote         = 67
	DefaultWeightMsgVoteWeighted = 33
	DefaultWeightTextProposal    = 5
)

Simulation operation weights constants

View Source
const OpWeightSubmitTextProposal = "op_weight_submit_text_proposal"

OpWeightSubmitTextProposal app params key for text proposal

Variables

View Source
var (
	TypeMsgDeposit        = sdk.MsgTypeURL(&v1.MsgDeposit{})
	TypeMsgVote           = sdk.MsgTypeURL(&v1.MsgVote{})
	TypeMsgVoteWeighted   = sdk.MsgTypeURL(&v1.MsgVoteWeighted{})
	TypeMsgSubmitProposal = sdk.MsgTypeURL(&v1.MsgSubmitProposal{})
)

Governance message types and routes

Functions

func GenDepositMinInitialDepositRatio added in v0.48.84

func GenDepositMinInitialDepositRatio(r *rand.Rand) sdk.Dec

GenDepositMinInitialRatio returns randomized DepositMinInitialRatio

func GenDepositParamsDepositPeriod added in v0.48.84

func GenDepositParamsDepositPeriod(r *rand.Rand) time.Duration

GenDepositParamsDepositPeriod returns randomized DepositParamsDepositPeriod

func GenDepositParamsMinDeposit added in v0.48.84

func GenDepositParamsMinDeposit(r *rand.Rand, bondDenom string) sdk.Coins

GenDepositParamsMinDeposit returns randomized DepositParamsMinDeposit

func GenTallyParamsQuorum added in v0.48.84

func GenTallyParamsQuorum(r *rand.Rand) math.LegacyDec

GenTallyParamsQuorum returns randomized TallyParamsQuorum

func GenTallyParamsThreshold added in v0.48.84

func GenTallyParamsThreshold(r *rand.Rand) math.LegacyDec

GenTallyParamsThreshold returns randomized TallyParamsThreshold

func GenTallyParamsVeto added in v0.48.84

func GenTallyParamsVeto(r *rand.Rand) math.LegacyDec

GenTallyParamsVeto returns randomized TallyParamsVeto

func GenVotingParamsVotingPeriod added in v0.48.84

func GenVotingParamsVotingPeriod(r *rand.Rand) time.Duration

GenVotingParamsVotingPeriod returns randomized VotingParamsVotingPeriod

func NewDecodeStore added in v0.48.84

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

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

func ParamChanges added in v0.48.84

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

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

func ProposalContents added in v0.48.84

func ProposalContents() []simtypes.WeightedProposalContent

ProposalContents defines the module weighted proposals' contents

func RandomizedGenState added in v0.48.84

func RandomizedGenState(simState *module.SimulationState)

RandomizedGenState generates a random GenesisState for gov

func SimulateMsgDeposit

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

SimulateMsgDeposit generates a MsgDeposit with random values.

func SimulateMsgSubmitProposal

func SimulateMsgSubmitProposal(ak types.AccountKeeper, bk types.BankKeeper, k *keeper.Keeper, contentSim simtypes.ContentSimulatorFn) simtypes.Operation

SimulateMsgSubmitProposal simulates creating a msg Submit Proposal voting on the proposal, and subsequently slashing the proposal. It is implemented using future operations.

func SimulateMsgVote

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

SimulateMsgVote generates a MsgVote with random values.

func SimulateMsgVoteWeighted added in v0.48.84

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

SimulateMsgVoteWeighted generates a MsgVoteWeighted with random values.

func SimulateTextProposalContent added in v0.48.84

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

SimulateTextProposalContent returns a random text proposal content.

func WeightedOperations added in v0.48.84

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