Skip to content
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

Merged
merged 8 commits into from
Jun 25, 2019
Merged

Module Structure Spec #4618

merged 8 commits into from
Jun 25, 2019

Conversation

alexanderbez
Copy link
Contributor

@alexanderbez alexanderbez commented Jun 24, 2019

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 explorer


For Admin Use:

  • Added appropriate labels to PR (ex. wip, ready-for-review, docs)
  • Reviewers Assigned
  • Squashed all commits, uses message "Merge pull request #XYZ: [title]" (coding standards)

@alexanderbez alexanderbez added T:Docs Changes and features related to documentation. T: Dev UX UX for SDK developers (i.e. how to call our code) labels Jun 24, 2019
@codecov
Copy link

codecov bot commented Jun 24, 2019

Codecov Report

Merging #4618 into master will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #4618   +/-   ##
=======================================
  Coverage   53.62%   53.62%           
=======================================
  Files         260      260           
  Lines       16176    16176           
=======================================
  Hits         8675     8675           
  Misses       6855     6855           
  Partials      646      646

@alexanderbez alexanderbez marked this pull request as ready for review June 25, 2019 12:23
This was referenced Jun 25, 2019
docs/modules/SPEC.md Outdated Show resolved Hide resolved
docs/modules/SPEC.md Show resolved Hide resolved
Copy link
Contributor

@rigelrozanski rigelrozanski left a 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

docs/modules/SPEC.md Outdated Show resolved Hide resolved
docs/modules/SPEC.md Show resolved Hide resolved
@tac0turtle tac0turtle mentioned this pull request Jun 25, 2019
5 tasks
Copy link
Collaborator

@fedekunze fedekunze left a 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
Copy link
Contributor

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?

Copy link
Contributor Author

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.

@alexanderbez alexanderbez merged commit 0feee1c into master Jun 25, 2019
@alexanderbez alexanderbez deleted the bez/module-structure-spec branch June 25, 2019 15:14
@fedekunze fedekunze mentioned this pull request Jul 2, 2019
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T: Dev UX UX for SDK developers (i.e. how to call our code) T:Docs Changes and features related to documentation.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants