-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
Release/v0.14.0 #819
Merged
Merged
Release/v0.14.0 #819
+2,239
−1,719
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Module users specify a coin denomination and proof-of-work reward. Blockchain clients can then submit SHA256 Hashcash solutions and receive the reward, with a constantly increasing difficulty. Includes replay protection to prevent the same solution being submitted multiple times, and inclusion of the rewardee in the hash data to prevent others from submitting the same solution once they see it in the tx pool. Reasonably comprehensive testsuite
Implement InitGenesis for staking
Add PoW module to Democoin
update for tendermint v0.18.0-rc1
... ...
Staking handler tests
Dash instead of space in version output
democli: add cool and pow commands
staking endblock /tick upgrade
Codecov Report
@@ Coverage Diff @@
## master #819 +/- ##
==========================================
+ Coverage 63.28% 65.18% +1.89%
==========================================
Files 62 65 +3
Lines 3315 3550 +235
==========================================
+ Hits 2098 2314 +216
+ Misses 1069 1049 -20
- Partials 148 187 +39 |
cwgoes
approved these changes
Apr 9, 2018
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
d56d49b
to
40b193f
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.