-
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
Sim refactor 1: move store decoders to modules #4847
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4847 +/- ##
==========================================
- Coverage 54.02% 53.63% -0.39%
==========================================
Files 269 270 +1
Lines 17141 16982 -159
==========================================
- Hits 9261 9109 -152
+ Misses 7192 7184 -8
- Partials 688 689 +1 |
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.
The general approach looks good @fedekunze !
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.
Approval tentative to new comments being addressed! I'm quite happy with this new code generally! 👏
Co-Authored-By: frog power 4000 <rigel.rozanski@gmail.com>
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.
just left godoc suggestions
Co-Authored-By: colin axner <colinaxner@berkeley.edu>
…os/cosmos-sdk into fedekunze/move-sim-decoders
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.
Great work @fedekunze; left some feedback, but over LGTM.
Also, why have x/{module}/simulation/operations/*
instead of just x/{module}/simulation/*
@alexanderbez because the random messages defined there ( |
…dekunze/move-sim-decoders
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 🍎
* move store decoders to modules * fix * module pattern * compile * update Decoders params * fix * address @colin-axner comments * Update cmd_test.go * simulation manager * mino fixes * cleanup * Apply suggestions from code review Co-Authored-By: frog power 4000 <rigel.rozanski@gmail.com> * address @rigelrozanski comments * changelog * Apply suggestions from code review Co-Authored-By: colin axner <colinaxner@berkeley.edu> * restructure modules simulation pkgs * address @alexanderbez comments * fix
split work from: #4811 (88fac24)
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] [-t <tag>] [-m <msg>]
Re-reviewed
Files changed
in the github PR explorerFor Admin Use: