mirror of
https://github.com/seigler/dips
synced 2025-07-27 01:36:14 +00:00
Multiple updates regarding LLMQs (#42)
* Add description of new LLMQ merkle roots to DIP4 * Rename deletedMNcount -> deletedMNsCount * Add quorumType to parameter description and DIP6 P2P messages * Remove quorumMinMemberAge from parameter description This was never implemented * Rename badVotesThreshold -> quorumDkgBadVotesThreshold * Update testing LLMQ type to LLMQ_5_60 * Better describe active LLMQs in DIP6 and DIP7 * Bump CbTx version * Handle review comments
This commit is contained in:
parent
60ade37fee
commit
745adcee3f
4 changed files with 75 additions and 10 deletions
|
@ -10,7 +10,7 @@ may introduce more types.
|
|||
| 2 | Provider Update Service Transaction (ProUpServTx) | [DIP 003: Deterministic Masternode List](https://github.com/dashpay/dips/blob/master/dip-0003.md) | 1 | Proposed |
|
||||
| 3 | Provider Update Registrar Transaction (ProUpRegTx) | [DIP 003: Deterministic Masternode List](https://github.com/dashpay/dips/blob/master/dip-0003.md) | 1 | Proposed |
|
||||
| 4 | Provider Update Revocation Transaction (ProUpRevTx) | [DIP 003: Deterministic Masternode List](https://github.com/dashpay/dips/blob/master/dip-0003.md) | 1 | Proposed |
|
||||
| 5 | Coinbase Transaction (CbTx) | [DIP 004: Simplified Verification of Deterministic Masternode Lists](https://github.com/dashpay/dips/blob/master/dip-0004.md) | 1 | Proposed |
|
||||
| 5 | Coinbase Transaction (CbTx) | [DIP 004: Simplified Verification of Deterministic Masternode Lists](https://github.com/dashpay/dips/blob/master/dip-0004.md) | 2 | Proposed |
|
||||
| 6 | Quorum Commitment | [DIP 006: Long Living Masternode Quorums](https://github.com/dashpay/dips/blob/master/dip-0006.md) | 1 | Proposed |
|
||||
| 8 | Register Subscription Transaction (SubTxRegister) | [DIP 005: Blockchain Users](https://github.com/dashpay/dips/blob/master/dip-0005.md) | 1 | Proposed |
|
||||
| 9 | Topup BU Credit Subscription Transaction (SubTxTopup) | [DIP 005: Blockchain Users](https://github.com/dashpay/dips/blob/master/dip-0005.md) | 1 | Proposed |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue