From f15d6f7011c371e17debd511958666072d83b789 Mon Sep 17 00:00:00 2001 From: thephez Date: Thu, 21 Mar 2019 11:52:35 -0400 Subject: [PATCH] P2P - Add 0.14 Major changes note --- _includes/devdoc/ref_p2p_networking.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_includes/devdoc/ref_p2p_networking.md b/_includes/devdoc/ref_p2p_networking.md index a14d5e76..dc4fdef5 100644 --- a/_includes/devdoc/ref_p2p_networking.md +++ b/_includes/devdoc/ref_p2p_networking.md @@ -70,6 +70,7 @@ As of Dash Core 0.13.0.0, the most recent protocol version is 70213. | Version | Initial Release | Major Changes |---------|------------------------------------|-------------- +| 70214 | Dash Core 0.14.0.x
(??? 2019) | • Long-living Masternode Quorums
• ChainLocks
• PrivateSend improvements
• Experimental LLMQ InstantSend
• Bitcoin Core 0.15 backports | 70213 | Dash Core 0.13.0.x
(Jan 2019) | • Special Transactions
• Deterministic Masternode List
• Coinbase Special Transaction
• Automatic InstantSend | 70210 | Dash Core 0.12.3.x
(July 2018) | • Named Devnets
• New signature format / Spork 6 addition
• Bitcoin Core 0.13/0.14 backports
• [BIP90][]: Buried deployments
• [BIP147][]: NULLYDUMMY enforcement
• [BIP152][] Compact Blocks
• Transaction version increased to 2
• Zero fee transactions removed
• Pruning in Lite Mode | 70208 | Dash Core 0.12.2.x
(Nov 2017) | • [DIP1][] (2MB blocks)
• Fee reduction (10x)
• InstantSend fix
• PrivateSend improvements
• _Experimental_ HD wallet
• Local Masternode support removed @@ -173,7 +174,7 @@ The deprecated type identifiers are: | 7 | [`MSG_MASTERNODE_PAYMENT_VOTE`][msg_masternode_payment_vote]{:#term-msg_masternode_payment_vote}{:.term} | **Deprecated in 0.14.0**

The hash is a Masternode Payment Vote. | 8 | [`MSG_MASTERNODE_PAYMENT_BLOCK`][msg_masternode_payment_block]{:#term-msg_masternode_payment_block}{:.term} | **Deprecated in 0.14.0**

The hash is a Masternode Payment Block. | 8 | `MSG_MASTERNODE_SCANNING_ERROR` | Replaced by `MSG_MASTERNODE_PAYMENT_BLOCK` -| 9 | [`MSG_BUDGET_VOTE`][msg_budget_vote]{:#term-msg_budget_vote}{:.term}_ | Deprecated +| 9 | [`MSG_BUDGET_VOTE`][msg_budget_vote]{:#term-msg_budget_vote}{:.term} | Deprecated | 10 | [`MSG_BUDGET_PROPOSAL`][msg_budget_proposal]{:#term-msg_budget_proposal}{:.term} | Deprecated | 11 | [`MSG_BUDGET_FINALIZED`][msg_budget_finalized]{:#term-msg_budget_finalized}{:.term} | Deprecated | 12 | [`MSG_BUDGET_FINALIZED_VOTE`][msg_budget_finalized_vote]{:#term-msg_budget_finalized_vote}{:.term} | Deprecated