-
Notifications
You must be signed in to change notification settings - Fork 107
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
Calc Block Subsidy and Funding Streams #338
Labels
A-consensus
Area: Consensus rule updates
NU-4 Canopy
Network Upgrade: Canopy specific tasks
NU-5
Network Upgrade: NU5 specific tasks
Milestone
Comments
hdevalence
added
S-blocked
Status: Blocked on other tasks
and removed
Poll::Pending
labels
Aug 17, 2020
9 tasks
mpguerra
added
NU-2 Blossom
Network Upgrade: Blossom specific tasks
NU-4 Canopy
Network Upgrade: Canopy specific tasks
NU-3 Heartwood
Network Upgrade: Heartwood specific tasks
NU-5
Network Upgrade: NU5 specific tasks
labels
Jan 15, 2021
teor2345
changed the title
Calc Block Subsidy and Founder's Reward
Calc Block Subsidy, skip Founder's Reward
Mar 8, 2021
This was referenced Mar 30, 2021
mpguerra
removed
NU-2 Blossom
Network Upgrade: Blossom specific tasks
NU-3 Heartwood
Network Upgrade: Heartwood specific tasks
labels
May 6, 2021
mpguerra
modified the milestones:
2021 Sprint 11 - Zcon2,
2021 Sprint 12,
2021 Sprint 13
May 6, 2021
We've chosen to delay work on miner rewards and block subsidy until later, so I'm removing this from the sprint. |
This was referenced Nov 4, 2021
mpguerra
added a commit
that referenced
this issue
May 19, 2023
mergify bot
pushed a commit
that referenced
this issue
May 23, 2023
* ZIPs were updated to remove ambiguity, this was tracked in #1267. * #2105 was fixed by #3039 and #2379 was closed by #3069 * #2230 was a duplicate of #2231 which was closed by #2511 * #3235 was obsoleted by #2156 which was fixed by #3505 * #1850 was fixed by #2944, #1851 was fixed by #2961 and #2902 was fixed by #2969 * We migrated to Rust 2021 edition in Jan 2022 with #3332 * #1631 was closed as not needed * #338 was fixed by #3040 and #1162 was fixed by #3067 * #2079 was fixed by #2445 * #4794 was fixed by #6122 * #1678 stopped being an issue * #3151 was fixed by #3934 * #3204 was closed as not needed * #1213 was fixed by #4586 * #1774 was closed as not needed * #4633 was closed as not needed * Clarify behaviour of difficulty spacing Co-authored-by: teor <[email protected]> * Update comment to reflect implemented behaviour Co-authored-by: teor <[email protected]> * Update comment to reflect implemented behaviour when retrying block downloads Co-authored-by: teor <[email protected]> * Update `TODO` to remove closed issue and clarify when we might want to fix Co-authored-by: teor <[email protected]> * Update `TODO` to remove closed issue and clarify what we might want to change in future Co-authored-by: teor <[email protected]> * Clarify benefits of how we do block verification Co-authored-by: teor <[email protected]> * Fix rustfmt errors --------- Co-authored-by: teor <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-consensus
Area: Consensus rule updates
NU-4 Canopy
Network Upgrade: Canopy specific tasks
NU-5
Network Upgrade: NU5 specific tasks
Motivation
When validating blocks and transactions, we need to calculate the block subsidy.
Specifications
https://zips.z.cash/protocol/protocol.pdf#fundingstreams
Existing Work
Block Subsidy and Funding Streams Design RFC PR: #1129
Founders Reward Implementation PR: #1170
Remaining Work
Semantic Validation RFC
Semantic Validation Implementation
Contextual Validation
Requirements
https://zips.z.cash/protocol/protocol.pdf#subsidyconcepts
https://zips.z.cash/protocol/protocol.pdf#blockchain
https://zips.z.cash/protocol/protocol.pdf#subsidies
https://zips.z.cash/protocol/protocol.pdf#foundersreward
The text was updated successfully, but these errors were encountered: