-
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
Module Structure Spec #4618
Module Structure Spec #4618
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4618 +/- ##
=======================================
Coverage 53.62% 53.62%
=======================================
Files 260 260
Lines 16176 16176
=======================================
Hits 8675 8675
Misses 6855 6855
Partials 646 646 |
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.
Thanks for documenting this few suggestions
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.
LGTM. Althought we'd also add internal/types/genesis.go
to the tree
|
||
```shell | ||
x/{module} | ||
├── client |
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.
How about flatten client
further? I mean: instead of having cli
and rest
as subpackages, how about promoting them to live module top level and get rid of client?
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.
Hmmm, I don't this that is a wise idea. They're both clients and should be grouped as such.
ref: #4438
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: