-
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
feat: implement F1 farming rewards distribution PoC #100
Conversation
…stribution # Conflicts: # proto/tendermint/farming/v1beta1/genesis.proto # x/farming/keeper/genesis.go # x/farming/keeper/invariants.go # x/farming/types/genesis.go # x/farming/types/genesis.pb.go # x/farming/types/params.go # x/farming/types/params_test.go
Codecov Report
@@ Coverage Diff @@
## master #100 +/- ##
==========================================
- Coverage 56.88% 55.38% -1.51%
==========================================
Files 24 23 -1
Lines 1830 1728 -102
==========================================
- Hits 1041 957 -84
+ Misses 682 662 -20
- Partials 107 109 +2
Continue to review full report at Codecov.
|
Description
closes: #91
Bullet Points
PoC (this PR)
MVP(todo next PR)
References
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