From 368e74e4a7b14abe8a65a88aadd4b64aea49ded9 Mon Sep 17 00:00:00 2001 From: thephez Date: Fri, 22 Mar 2019 10:41:33 -0400 Subject: [PATCH] P2P - Sort quorum msgs to alphabetical order --- _includes/devdoc/ref_p2p_networking.md | 190 +++++++++++++------------ 1 file changed, 96 insertions(+), 94 deletions(-) diff --git a/_includes/devdoc/ref_p2p_networking.md b/_includes/devdoc/ref_p2p_networking.md index 33dd0a7f..7509aac6 100644 --- a/_includes/devdoc/ref_p2p_networking.md +++ b/_includes/devdoc/ref_p2p_networking.md @@ -2803,6 +2803,90 @@ features built in to Dash. {% endautocrossref %} + +#### qbsigs +{% include helpers/subhead-links.md %} + +{% autocrossref %} + +*Added in protocol version 70214 of Dash Core* + +![Warning icon](/img/icons/icon_warning.svg) Note: This message is used for +intra-quorum communication and is only sent to the masternodes in the LLMQ and +nodes that are monitoring in Watch Mode for auditing/debugging purposes. + +The `qbsigs` message is used to... + +| Bytes | Name | Data type | Description | +| --- | --- | --- | --- | +| 2 | version | uint16_t | Version of the message + + +{% endautocrossref %} + + +#### qcomplaint +{% include helpers/subhead-links.md %} + +{% autocrossref %} + +*Added in protocol version 70214 of Dash Core* + +![Warning icon](/img/icons/icon_warning.svg) Note: This message is used for +intra-quorum communication and is only sent to the masternodes in the LLMQ and +nodes that are monitoring in Watch Mode for auditing/debugging purposes. + +The `qcomplaint` message is used to... + +| Bytes | Name | Data type | Description | +| --- | --- | --- | --- | +| 2 | version | uint16_t | Version of the message + + +{% endautocrossref %} + + +#### qdebugstatus +{% include helpers/subhead-links.md %} + +{% autocrossref %} + +*Added in protocol version 70214 of Dash Core* + +The `qdebugstatus` message is used to... + +| Bytes | Name | Data type | Description | +| --- | --- | --- | --- | +| 2 | version | uint16_t | Version of the message + + +{% endautocrossref %} + + #### qfcommit {% include helpers/subhead-links.md %} @@ -2847,32 +2931,8 @@ message header has been omitted.) --> {% endautocrossref %} -#### qsendrecsigs -{% include helpers/subhead-links.md %} -{% autocrossref %} - -*Added in protocol version 70214 of Dash Core* - -The `qsendrecsigs` message is used to... - -| Bytes | Name | Data type | Description | -| --- | --- | --- | --- | -| 2 | version | uint16_t | Version of the message - - -{% endautocrossref %} - - -#### qcomplaint +#### qgetsigs {% include helpers/subhead-links.md %} {% autocrossref %} @@ -2883,14 +2943,14 @@ message header has been omitted.) intra-quorum communication and is only sent to the masternodes in the LLMQ and nodes that are monitoring in Watch Mode for auditing/debugging purposes. -The `qcomplaint` message is used to... +The `qgetsigs` message is used to... | Bytes | Name | Data type | Description | | --- | --- | --- | --- | | 2 | version | uint16_t | Version of the message -{% endautocrossref %} - - -#### qbsigs -{% include helpers/subhead-links.md %} - -{% autocrossref %} - -*Added in protocol version 70214 of Dash Core* - -![Warning icon](/img/icons/icon_warning.svg) Note: This message is used for -intra-quorum communication and is only sent to the masternodes in the LLMQ and -nodes that are monitoring in Watch Mode for auditing/debugging purposes. - -The `qbsigs` message is used to... - -| Bytes | Name | Data type | Description | -| --- | --- | --- | --- | -| 2 | version | uint16_t | Version of the message - - -{% endautocrossref %} - - -#### qsigrec -{% include helpers/subhead-links.md %} - -{% autocrossref %} - -*Added in protocol version 70214 of Dash Core* - -The `qsigrec` message is used to... - -| Bytes | Name | Data type | Description | -| --- | --- | --- | --- | -| 2 | version | uint16_t | Version of the message - -