-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Save sim params and export app state to file #4731
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4731 +/- ##
==========================================
- Coverage 53.92% 53.91% -0.02%
==========================================
Files 273 273
Lines 17367 17367
==========================================
- Hits 9366 9364 -2
- Misses 7317 7319 +2
Partials 684 684 |
I need to do some cleanup still. Moving back to WIP |
@@ -48,11 +54,13 @@ func init() { | |||
// helper function for populating input for SimulateFromSeed | |||
func getSimulateFromSeedInput(tb testing.TB, w io.Writer, app *SimApp) ( |
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.
sighh...this function is becoming overwhelmingly verbose and hard to grok.
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.
agree... I'd like to do some refactors later on the simulator and this is one of the things that'd be cleaned up
Co-Authored-By: Alexander Bezobchuk <[email protected]>
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
…osmos/cosmos-sdk into fedekunze/4566-save-sim-params
Co-Authored-By: mircea-c <[email protected]>
…osmos/cosmos-sdk into fedekunze/4566-save-sim-params
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.
👍
Closes #4566
cc: @npinto
Targeted PR against correct branch (see CONTRIBUTING.md)
Linked to github-issue with discussion and accepted design OR link to spec that describes this work.
Wrote tests
Updated relevant documentation (
docs/
)Added a relevant changelog entry:
clog add [section] [stanza] [message]
rereviewed
Files changed
in the github PR explorerFor Admin Use: