dash/doc/release-notes-5639.md
Odysseas Gabrielides f2cfb88c68
feat!: Block reward reallocation activation at v20 (#5639)
## Issue being fixed or feature implemented
Implementation of accepted proposal:
https://www.dashcentral.org/p/expedite-60-20-20-reallocation

## What was done?
Activates changers brought in #5588 on `v20` hard fork instead of
`mn_rr`.

## How Has This Been Tested?
run tests

## Breaking Changes
Again, Testnet sync is broken

## 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>
2023-10-23 11:57:32 -05:00

355 B

Block Reward Reallocation

Once v20 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. Note: Same changes from PR 5588 but activation is done on v20 instead of Masternode Reward Location Reallocation.