V0.14.1 P2P deprecations (#144)

* P2P - Remove Alert guide info and code xref

* P2P - Move alert message to deprecated section

* Content - Remove misbehave based on alert

* P2P - Update IS related inventories (changed due to LLQM-IS)

* P2P - Move ix and txlvote messages to deprecated section

* P2P - Add warning icon for deprecated messages

* Content - remove bad link

* RPC - Remove alert categoryfrom debug list
 - Also remove previously eliminated masternode category

* P2P - Remove messages deprecated in 0.12.1

* P2P - Remove messages deprecated in 0.14.0

* Move alert, ix, and txlvote to deprecated section of config.yml

* Remove deprecated messages from references
This commit is contained in:
thephez 2019-08-08 12:52:05 -04:00 committed by GitHub
parent c3527c18ab
commit d1db8ba12d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 140 additions and 647 deletions

View file

@ -20,10 +20,10 @@ The `debug` RPC {{summary_debug}}
- n: "Debug category"
t: "string"
p: "Required<br>(1 or more)"
d: "The debug category to activate. Use a `+` to specify multiple categories. Categories will be one of the following:<br>`0` - Disables all categories <br>`1` - Enables all categories <br>`addrman` <br> `alert` <br> `bench` <br>`cmpctblock` <br>`coindb` <br>`db` <br>`http` <br>`leveldb` <br>`libevent` <br>`lock` <br>`mempool` <br>`mempoolrej` <br>`net` <br>`proxy` <br>`prune` <br>`qt` <br>`rand` <br>`reindex` <br>`rpc` <br>`selectcoins` <br>`tor` <br>`zmq` <br>`dash` (all subcategories)<br><br>The `dash` sub-categories can be enabled individually:<br>`chainlocks` <br>`gobject` <br>`instantsend` <br>`keepass` <br>`llmq<!--noref-->` <br>`llmq<!--noref-->-dkg` <br>`llmq<!--noref-->-sigs` <br> `masternode` <br> `mnpayments` <br>`mnsync` <br>`privatesend` <br>`spork` <br><br><br>Note: No error will be thrown even if the specified category doesn't match any of the above"
d: "The debug category to activate. Use a `+` to specify multiple categories. Categories will be one of the following:<br>`0` - Disables all categories <br>`1` - Enables all categories <br>`addrman` <br>`bench` <br>`cmpctblock` <br>`coindb` <br>`db` <br>`http` <br>`leveldb` <br>`libevent` <br>`lock` <br>`mempool` <br>`mempoolrej` <br>`net` <br>`proxy` <br>`prune` <br>`qt` <br>`rand` <br>`reindex` <br>`rpc` <br>`selectcoins` <br>`tor` <br>`zmq` <br>`dash` (all subcategories)<br><br>The `dash` sub-categories can be enabled individually:<br>`chainlocks` <br>`gobject` <br>`instantsend` <br>`keepass` <br>`llmq<!--noref-->` <br>`llmq<!--noref-->-dkg` <br>`llmq<!--noref-->-sigs` <br>`mnpayments` <br>`mnsync` <br>`privatesend` <br>`spork` <br><br><br>Note: No error will be thrown even if the specified category doesn't match any of the above"
{% enditemplate %}
*Example from Dash Core 0.12.3*
*Example from Dash Core 0.14.1*
{% highlight bash %}
dash-cli -testnet debug "net+mempool"