From a5ec6cdf46bb54d49d5fc9f3932be84fe87ac244 Mon Sep 17 00:00:00 2001 From: thephez Date: Wed, 7 Aug 2019 18:20:16 -0400 Subject: [PATCH] P2P - Add warning icon for deprecated messages --- _includes/devdoc/ref_p2p_networking.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/_includes/devdoc/ref_p2p_networking.md b/_includes/devdoc/ref_p2p_networking.md index 56347c52..60fcf6ae 100644 --- a/_includes/devdoc/ref_p2p_networking.md +++ b/_includes/devdoc/ref_p2p_networking.md @@ -3702,8 +3702,10 @@ The following network messages have been deprecated and should no longer be used {% autocrossref %} +![Warning icon](/img/icons/icon_warning.svg) Deprecated since 0.14.1 + *Added in protocol version 311.* -*Removed by Bitcoin in protocol version 70013, but retained by Dash.* +*Removed by Bitcoin in protocol version 70013, but retained by Dash until 0.14.1.* The `alert` message warns nodes of problems that may affect them or the rest of the network. Each `alert` message is signed using a key controlled @@ -3856,6 +3858,8 @@ Masternode Unspent Outpoint {% autocrossref %} +![Warning icon](/img/icons/icon_warning.svg) Deprecated since 0.14.1 + The `ix` message (transaction lock request) has the same structure as the `tx` message. The masternode network responds with `txlvote` messages if the transaction inputs can be locked. @@ -3868,6 +3872,8 @@ can be locked. {% autocrossref %} +![Warning icon](/img/icons/icon_warning.svg) Deprecated since 0.14.1 + The `txlvote` message ([transaction lock vote][msg_txlock_vote]) is sent by masternodes to indicate approval of a transaction lock request `ix` message.