Versions in this module Expand all Collapse all v1 v1.7.4 Apr 15, 2023 v1.7.3 Apr 15, 2023 Changes in this version + const OpWeightMsgCreateFeed + const OpWeightMsgEditFeed + const OpWeightMsgPauseFeed + const OpWeightMsgStartFeed + func GenAggregateFunc(r *rand.Rand) string + func GenFeed(k keeper.Keeper, r *rand.Rand, ctx sdk.Context) types.Feed + func GenProviders(r *rand.Rand, accs []simtypes.Account) (providers []string) + func GenServiceBindingsAndProviders(ctx sdk.Context, serviceName, owner string, sk types.ServiceKeeper, ...) (providers []string) + func GenServiceDefinition(r *rand.Rand, sk types.ServiceKeeper, accs []simtypes.Account, ctx sdk.Context) (string, string, error) + func NewDecodeStore(cdc codec.Codec) func(kvA, kvB kv.Pair) string + func SimulateCreateFeed(k keeper.Keeper, ak types.AccountKeeper, bk types.BankKeeper) simtypes.Operation + func SimulateEditFeed(k keeper.Keeper, ak types.AccountKeeper, bk types.BankKeeper) simtypes.Operation + func SimulatePauseFeed(k keeper.Keeper, ak types.AccountKeeper, bk types.BankKeeper) simtypes.Operation + func SimulateStartFeed(k keeper.Keeper, ak types.AccountKeeper, bk types.BankKeeper) simtypes.Operation + func WeightedOperations(appParams simtypes.AppParams, cdc codec.JSONCodec, k keeper.Keeper, ...) simulation.WeightedOperations