-
Notifications
You must be signed in to change notification settings - Fork 413
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add operations to run with Simulations #797
Comments
We have the basic create, instantiate, execute operations covered already.
and all gov proposals There was no strong demand from the community to have more. Let's move this to some future release |
I would move this to v0.30 to trim down the v0.29 release |
Hi @alpe , in the simulation for instantiate contract, I see that Admin is a random account wasmd/x/wasm/simulation/operations.go Line 185 in 9858034
The problem is, if Admin is a random account like that, I can't find the way to (migrate, update or clear admin) because the sender of these 3 msg must be admin. Can you check about this? |
Current simulation setup does mutate the genesis state but does not provide any "WeightedOperations" (see staking)
Would be nice to have some examples to run
The text was updated successfully, but these errors were encountered: