mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 20:42:59 +01:00
e72eb40024
## Issue being fixed or feature implemented Implementation of accepted proposal: https://www.dashcentral.org/p/TREASURY-REALLOCATION-60-20-20 ## What was done? Once Masternode Reward Location Reallocation activates: - Treasury is bumped to 20% of block subsidy. - Block reward shares are immediately set to 75% for MN and 25% miners. (Previous reallocation periods are dropped) MN reward share should be 75% of block reward in order to represent 60% of the block subsidy. (according to the proposal) - `governancebudget` is returned from `getgovernanceinfo` RPC. ## How Has This Been Tested? `block_reward_reallocation_tests` ## Breaking Changes ## Checklist: - [x] I have performed a self-review of my own code - [x] I have commented my code, particularly in hard-to-understand areas - [x] I have added or updated relevant unit/integration/functional/e2e tests - [x] I have made corresponding changes to the documentation - [x] I have assigned this pull request to a milestone _(for repository code-owners and collaborators only)_ --------- Co-authored-by: UdjinM6 <UdjinM6@users.noreply.github.com>
15 lines
417 B
Markdown
15 lines
417 B
Markdown
Block Reward Reallocation
|
|
-------------------------
|
|
|
|
Once Masternode Reward Location Reallocation activates:
|
|
|
|
- Treasury is bumped to 20% of block subsidy.
|
|
- Block reward shares are immediately set to 60% for MN and 20% miners.
|
|
|
|
Note: Previous reallocation periods are dropped.
|
|
|
|
Updated RPCs
|
|
------------
|
|
|
|
- `getgovernanceinfo` RPC returns the field `governancebudget`: the governance budget for the next superblock.
|