-
Notifications
You must be signed in to change notification settings - Fork 697
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
update Gaia with to latest SDK master #210
Conversation
) | ||
|
||
// SimulationOperations retrieves the simulation params from the provided file path | ||
// and returns all the modules weighted operations | ||
func SimulationOperations(app *GaiaApp, cdc *codec.Codec, config simulation.Config) []simulation.WeightedOperation { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
simapp.SimulationOperations
receives a SimApp
as parameter, so I can't use that util func atm. I'd need to extend Simapp
to return the simulation manager (app.sm
) and use a general App
interface.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd like to do that in a separate PR on the SDK tho
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will open an issue on SDK
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK - and ACK on #210 (comment)
Please merge
All sims passing! 🎉🕺 |
Description
Updated Gaia with the simulation refactors from cosmos/cosmos-sdk#4869
For contributor use:
docs/
) or specification (x/<module>/spec/
)godoc
comments.Unreleased
section inCHANGELOG.md
Files changed
in the Github PR explorerFor admin use:
WIP
,R4R
,docs
, etc)