Versions in this module Expand all Collapse all v0 v0.0.2 Jan 7, 2024 v0.0.1 Jan 7, 2024 Changes in this version + const EventParamsKey + const OpWeightMsgClearContractAdmin + const OpWeightMsgExecuteContract + const OpWeightMsgInstantiateContract + const OpWeightMsgMigrateContract + const OpWeightMsgStoreCode + const OpWeightMsgUpdateContractAdmin + func GenMaxContractDataSize(r *rand.Rand) uint64 + func GenMaxContractGas(r *rand.Rand) uint64 + func GenMaxContractMsgSize(r *rand.Rand) uint64 + func GenMaxContractSize(r *rand.Rand) uint64 + func NewDecodeStore(cdc codec.Codec) func(kvA, kvB kv.Pair) string + func ParamChanges(r *rand.Rand) []simtypes.ParamChange + func RandomizedGenState(simState *module.SimulationState) + func SimulateMsgClearContractAdmin(ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper) simtypes.Operation + func SimulateMsgExecuteContract(ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper, ...) simtypes.Operation + func SimulateMsgInstantiateContract(ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper, ...) simtypes.Operation + func SimulateMsgMigrateContract(ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper, ...) simtypes.Operation + func SimulateMsgStoreCode(ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper) simtypes.Operation + func SimulateMsgUpdateContractAdmin(ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper) simtypes.Operation + func WeightedOperations(appParams simtypes.AppParams, cdc codec.JSONCodec, ak types.AccountKeeper, ...) simulation.WeightedOperations