P2P - Add warning icon for deprecated messages

This commit is contained in:
thephez 2019-08-07 18:20:16 -04:00
parent 67a48d0e16
commit a5ec6cdf46
No known key found for this signature in database
GPG key ID: BBC8A06DBE236099

View file

@ -3702,8 +3702,10 @@ The following network messages have been deprecated and should no longer be used
{% autocrossref %} {% autocrossref %}
![Warning icon](/img/icons/icon_warning.svg) Deprecated since 0.14.1
*Added in protocol version 311.* *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 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 rest of the network. Each `alert` message is signed using a key controlled
@ -3856,6 +3858,8 @@ Masternode Unspent Outpoint
{% autocrossref %} {% 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 `ix` message (transaction lock request) has the same structure as the `tx` message.
The masternode network responds with `txlvote` messages if the transaction inputs The masternode network responds with `txlvote` messages if the transaction inputs
can be locked. can be locked.
@ -3868,6 +3872,8 @@ can be locked.
{% autocrossref %} {% autocrossref %}
![Warning icon](/img/icons/icon_warning.svg) Deprecated since 0.14.1
The `txlvote` message ([transaction lock vote][msg_txlock_vote]) The `txlvote` message ([transaction lock vote][msg_txlock_vote])
is sent by masternodes to indicate approval of a transaction lock request is sent by masternodes to indicate approval of a transaction lock request
`ix` message. `ix` message.