-
Notifications
You must be signed in to change notification settings - Fork 15
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
docs: add folder structure and contents #116
docs: add folder structure and contents #116
Conversation
Codecov Report
@@ Coverage Diff @@
## master #116 +/- ##
=======================================
Coverage 69.67% 69.67%
=======================================
Files 25 25
Lines 2259 2259
=======================================
Hits 1574 1574
Misses 533 533
Partials 152 152 Continue to review full report at Codecov.
|
* master: feat: add budget module on simapp (tendermint#118) feat: fix epoch params (tendermint#103) chore: fix typo test: add TestOutstandingRewards style: sort imports feat: add AdvanceEpoch message and tx cli endpoint feat: add cli query commands test: write test for Rewards query endpoint test: write test for TotalStaking query endpoint test: write test for Staking query endpoint feat: implement new query endpoints docs: update spec document fix: include OutstandingRewards in genesis fix: fix epoch advancing criteria fix: use sdk.DecCoins for rewards fix: set total staking on InitGenesis and use helper methods feat: add OutstandingRewards chore: remove unnecessary validation from InitGenesis fix: fix InitGenesis
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
Description
This PR adopts documentation folder structure from cosmos-cash project and adds essential documents for how to set-up and build
farmingd
and how to use functions exist in the farming module.Tasks
cosmos-cash docs
READEME.md
README.md
to provide guideline of what this documentation is about and the layoutReferences
Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.
docs/
) or specification (x/<module>/spec/
)godoc
comments.Files changed
in the Github PR explorerCodecov Report
in the comment section below once CI passes