Split core simulation into multiple functions #5052
Labels
C:Simulations
help wanted
Type: Code Hygiene
General cleanup and restructuring of code to provide clarity, flexibility, and modularity.
Milestone
Followup to #2736 (comment)
within simulation (x/mock/simulation/simulation.go) there is a "master" simulation function SimulateFromSeed - this function is ~200LOC and should probably be broken up into 3-5 functions for better code comprehension, I imagine the contents of that giant loop should be broken out for example.
CC @fedekunze
The text was updated successfully, but these errors were encountered: