-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
R4R: Simulation Refactor #3819
R4R: Simulation Refactor #3819
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #3819 +/- ##
===========================================
- Coverage 60.95% 60.95% -0.01%
===========================================
Files 192 192
Lines 14360 14359 -1
===========================================
- Hits 8753 8752 -1
Misses 5033 5033
Partials 574 574 |
x/simulation/log.go
Outdated
} | ||
} | ||
|
||
//// Builds a function to append logs |
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.
Remove this commented out code.
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.
Generally the structural changes make sense to me, several comments.
Have you tried replicating a simulation from the log messages (is that the intent)?
This is definitely the intent. The next step which is not included in this PR is the replication the simulation, I stopped short of following through with that to focus more on actual bug huntin'. Although a lot of the required high level structure is now here, there is a little more thinking/refactors required before that can be achieved surrounding the generation and storage of random parameters. |
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
replaces #3744
~/.gaiad/simulations/
(with smaller name only the time, without spaces)--SimulationLean
flag)getSimulateFromSeedInput
helper function to improve setup incmd/gaia/app/sim_test.go
docs/
)PENDING.md
with issue #Files changed
in the github PR explorerFor Admin Use: