mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
2d60375c22
## Issue being fixed or feature implemented ## What was done? - Added new LLMQ type `llmq_25_67` - The above LLMQ is added only for Testnet and it is activated with v19 fork. ## How Has This Been Tested? ## Breaking Changes ## Checklist: - [x] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have added or updated relevant unit/integration/functional/e2e tests - [ ] I have made corresponding changes to the documentation **For repository code-owners and collaborators only** - [x] I have assigned this pull request to a milestone --------- Co-authored-by: pasta <pasta@dashboost.org>
11 lines
770 B
Markdown
11 lines
770 B
Markdown
Testnet Breaking Changes
|
|
------------------------
|
|
|
|
A new testnet only LLMQ has been added. This LLMQ is of the type LLMQ_25_67; this LLMQ is only active on testnet.
|
|
This LLMQ will not remove the LLMQ_100_67 from testnet; however that quorum (likely) will not form and will perform no role.
|
|
See the [diff](https://github.com/dashpay/dash/pull/5225/files#diff-e70a38a3e8c2a63ca0494627301a5c7042141ad301193f78338d97cb1b300ff9R451-R469) for specific parameters of the LLMQ.
|
|
|
|
This LLMQ will become active at the height of 847000. **This will be a breaking change and a hard fork for testnet**
|
|
This LLMQ is not activated with the v19 hardfork; as such testnet will experience two hardforks. One at height 847000,
|
|
and the other to be determined by the BIP9 hard fork process.
|