Replies: 2 comments 2 replies
-
Yep I've definitely noticed some of these things too. Would be great to put this on the roadmap sometime this year. |
Beta Was this translation helpful? Give feedback.
2 replies
-
FYI current docs are located here: https://docs.cosmos.network/v0.42/building-modules/simulator.html and https://pkg.go.dev/github.com/cosmos/[email protected]/x/simulation |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The simulation framework of the SDK has a high technical debt that would need to be addressed. I think outlining the current problems, goals for a stable implementation and the actionable items.
Goals:
Some issues (feel free to add):
x/
folder. The core logic hasn't been updated in a long timex/simulation
package doesn't allow other keys for both validators and accounts.Ref issues: #7009, #7129, #5664
Simulation docs
cc: @alexanderbez @aaronc @clevinson
Beta Was this translation helpful? Give feedback.
All reactions