You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we are actually removing the current runsim tool and making it work directly with the go tool system. This should help suffice with your feature correct?
we are actually removing the current runsim tool and making it work directly with the go tool system. This should help suffice with your feature correct?
If the new system allows for setting the operation weights of a given module and perform runs in parallel. then yes, it would suffice.
we just merged the pr replacing runsim with the go test toolkit system. #20490. This should work for you now, closing the issue. Reopen if anything else is needed
Summary
The simulator supports initializing its state using a
params.json
file containing module and simulation parameters, as described in https://docs.cosmos.network/main/learn/advanced/simulation#simulator-modes (option no.3).As a user, I want the ability to provide a
params.json
file torunsim
so it can be forwarded togo test
.Problem Definition
Such initialization using a parameter file is currently unsupported by
runsim
.Proposed Feature
Add
-Params
support torunsim
The text was updated successfully, but these errors were encountered: