-
Notifications
You must be signed in to change notification settings - Fork 211
Block Subsidy and Founders Reward Amounts #1051
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
Merged
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
feed150
add amount operators
oxarbitrage c150f49
rename block validation methods
oxarbitrage c51e9c8
add network to block verifier
oxarbitrage 6261820
add general and founders reward subsidy modules
oxarbitrage 3801cb6
validate founders reward
oxarbitrage 9c39594
pass all test vectors through current subsidy validation
oxarbitrage abe0dbf
fix minor errors
oxarbitrage 7d1a0f1
Tweak error messages
teor2345 40ec5fd
Implement Add<Height> for Height
teor2345 c5a8d5a
Implement Ord, Eq, and Hash for Amount
teor2345 2aa9a50
Remove the founders_reward dependency from subsidy::general
teor2345 f4ca8e1
Add testnet and halving subsidy tests
teor2345 86a2ea5
Make SLOW_START_SHIFT into a constant
teor2345 8ec0264
Refactor subsidy functions to use match
teor2345 c0ffed5
Refactor subsidy_is_correct to use match
teor2345 93e708d
Move subsidy_is_correct_test to block::tests
teor2345 dddf7c0
Merge pull request #29 from teor2345/block_subsidy
oxarbitrage 8927ebc
Apply operator suggestions
teor2345 919056f
rustfmt
teor2345 46e6526
matches to if-elses
teor2345 d9f5135
Merge pull request #30 from teor2345/block_subsidy
oxarbitrage 2372341
add subsidy validation error tests
oxarbitrage 6ef71ba
Use funding streams after Canopy on testnet
teor2345 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.