diff --git a/_autocrossref.yaml b/_autocrossref.yaml index b71e28fa..d0357741 100644 --- a/_autocrossref.yaml +++ b/_autocrossref.yaml @@ -188,8 +188,6 @@ public key infrastructure: pki '`qcomplaint` messages': qcomplaint message '`qcontrib` message': qcontrib message '`qcontrib` messages': qcontrib message -#'`qdebugstatus` message': qdebugstatus message -#'`qdebugstatus` messages': qdebugstatus message '`qfcommit` message': qfcommit message '`qfcommit` messages': qfcommit message '`qgetsigs` message': qgetsigs message diff --git a/_config.yml b/_config.yml index c8d77492..8d62f7bc 100644 --- a/_config.yml +++ b/_config.yml @@ -579,7 +579,6 @@ devsearches: - "qbsigs": "/en/developer-reference#qbsigs" - "qcomplaint": "/en/developer-reference#qcomplaint" - "qcontrib": "/en/developer-reference#qcontrib" - #- "qdebugstatus": "/en/developer-reference#qdebugstatus" - "qfcommit": "/en/developer-reference#qfcommit" - "qgetsigs": "/en/developer-reference#qgetsigs" - "qjustify": "/en/developer-reference#qjustify" diff --git a/_includes/devdoc/dash-core/rpcs/rpcs/quorum.md b/_includes/devdoc/dash-core/rpcs/rpcs/quorum.md index 636428f6..3c61ee44 100644 --- a/_includes/devdoc/dash-core/rpcs/rpcs/quorum.md +++ b/_includes/devdoc/dash-core/rpcs/rpcs/quorum.md @@ -90,7 +90,7 @@ Result: {% autocrossref %} -The `quorum info` RPC returns information about a specific quorums. +The `quorum info` RPC returns information about a specific quorum. *Parameter #1---LLMQ Type* @@ -236,24 +236,15 @@ Result (truncated): {% autocrossref %} -The `quorum list` RPC displays a list of on-chain quorums. +The `quorum list` RPC displays the status of the current DKG process. -*Parameter #1---provider registration hash* - -{% itemplate ntpd1 %} -- n: "`proTxHash`" - t: "string (hex)" - p: "Required
(exactly 1)" - d: "The Provider Registration transaction hash of the masternode to show status for. If set to an empty string, the local status is shown.
**Note: An empty string must be used unless Spork 18 (Quorum Debug Enabled) is active**" -{% enditemplate %} - -*Parameter #2---detail level* +*Parameter #1---detail level* {% itemplate ntpd1 %} - n: "`detail_level`" t: "number" - p: "Required
(exactly 1)" - d: "Detail level of output:
`0` - Only show counts (_default_)
`1` - Show member indexes
`2` - Show member's ProTxHashes" + p: "Optional
(0 or 1)" + d: "Detail level of output (default: 0):
`0` - Only show counts (_default_)
`1` - Show member indexes
`2` - Show member's ProTxHashes

_Note: Works only when Spork 17 is enabled and only displays details related to the node running the command._" {% enditemplate %} *Result (if detail level was 0 or omitted)---JSON DKG details* @@ -587,7 +578,7 @@ p *Example from Dash Core 0.14.0 (detail_level: 1)* {% highlight bash %} -dash-cli -testnet quorum dkgstatus "" 1 +dash-cli -testnet quorum dkgstatus 1 {% endhighlight %} Result: @@ -775,7 +766,7 @@ Result: *Example from Dash Core 0.14.0 (detail_level: 2)* {% highlight bash %} -dash-cli -testnet quorum dkgstatus "" 2 +dash-cli -testnet quorum dkgstatus 2 {% endhighlight %} Result: diff --git a/_includes/devdoc/ref_p2p_networking.md b/_includes/devdoc/ref_p2p_networking.md index f3868232..4dd567f5 100644 --- a/_includes/devdoc/ref_p2p_networking.md +++ b/_includes/devdoc/ref_p2p_networking.md @@ -170,7 +170,6 @@ The currently-available type identifiers are: | 24 | [`MSG_QUORUM_COMPLAINT`][msg_quorum_complaint]{:#term-msg_quorum_complaint}{:.term} | The hash is a long-living masternode quorum complaint.
_Added in 0.14.0_ | 25 | [`MSG_QUORUM_JUSTIFICATION`][msg_quorum_justification]{:#term-msg_quorum_justification}{:.term} | The hash is a long-living masternode quorum justification.
_Added in 0.14.0_ | 26 | [`MSG_QUORUM_PREMATURE_COMMITMENT`][msg_quorum_premature_commitment]{:#term-msg_quorum_premature_commitment}{:.term} | The hash is a long-living masternode quorum premature commitment.
_Added in 0.14.0_ -| 27 | [`MSG_QUORUM_DEBUG_STATUS`][msg_quorum_debug_status]{:#term-msg_quorum_debug_status}{:.term} | The hash is a long-living masternode quorum debug status.
_Added in 0.14.0_ | 28 | [`MSG_QUORUM_RECOVERED_SIG`][msg_quorum_recovered_sig]{:#term-msg_quorum_recovered_sig}{:.term} | The hash is a long-living masternode quorum recovered signature.
_Added in 0.14.0_ | 29 | [`MSG_CLSIG`][msg_clsig]{:#term-msg_clsig}{:.term} | The hash is a ChainLock signature.
_Added in 0.14.0_ | 30 | [`MSG_ISLOCK`][msg_islock]{:#term-msg_islock}{:.term} | The hash is an LLMQ-based InstantSend lock.
_Added in 0.14.0_ @@ -191,6 +190,7 @@ The deprecated type identifiers are: | 15 | [`MSG_MASTERNODE_PING`][msg_masternode_ping]{:#term-msg_masternode_ping}{:.term} | **Deprecated in 0.14.0**

The hash is a Masternode Ping. | 19 | [`MSG_MASTERNODE_VERIFY`][msg_masternode_verify]{:#term-msg_masternode_verify}{:.term} | **Deprecated in 0.14.0**

The hash is a Masternode Verify. | 22 | `MSG_QUORUM_DUMMY_COMMITMENT` | **Deprecated in 0.14.0**

Temporarily used on Testnet only. +| 27 | [`MSG_QUORUM_DEBUG_STATUS`][msg_quorum_debug_status]{:#term-msg_quorum_debug_status}{:.term} | **Deprecated in 0.14.0**

Temporarily used on Testnet only. Type identifier zero and type identifiers greater than twenty are reserved for future implementations. Dash Core ignores all inventories with @@ -1820,7 +1820,6 @@ Sporks (per [`src/spork.h`][spork.h]) | 10014 | 15 | `DETERMINISTIC_MNS_ENABLED` | Deterministic masternode lists are enabled | 10015 | 16 | `INSTANTSEND_AUTOLOCKS` | Automatic InstantSend for transactions with <=4 inputs (also eliminates the special InstantSend fee requirement for these transactions) | 10016 | 17 | `SPORK_17_QUORUM_DKG_ENABLED` | Enable long-living masternode quorum (LLMQ) distributed key generation (DKG). When enabled, simple PoSe scoring and banning is active as well. -| 10017 | 18 | `SPORK_18_QUORUM_DEBUG_ENABLED` | Enable long-living masternode quorum (LLMQ) debugging. | 10018 | 19 | `SPORK_19_CHAINLOCKS_ENABLED` | Enable LLMQ-based ChainLocks. | 10019 | 20 | `SPORK_20_INSTANTSEND_LLMQ_BASED` | Enable LLMQ-based InstantSend. | | | | @@ -1829,6 +1828,7 @@ Sporks (per [`src/spork.h`][spork.h]) | _10009_ | _10_ | _`MASTERNODE_PAY_UPDATED_NODES`_ | _Removed in Dash Core 0.14.0.
Only current protocol version masternode's will be paid (not older nodes)_ | _10012_ | _13_ | _`OLD_SUPERBLOCK_FLAG`_ | _Removed in Dash Core 0.12.3.
No network function since block 614820_ | _10013_ | _14_ | _`REQUIRE_SENTINEL_FLAG`_ | _Removed in Dash Core 0.14.0.
Only masternode's running sentinel will be paid_ +| _10017_ | _18_ | _`QUORUM_DEBUG_ENABLED`_ | _Removed in Dash Core 0.14.0.

Temporarily used on Testnet only quorum debugging. To verify `vchSig`, compare the hard-coded spork public key (`strSporkPubKey` from [`src/chainparams.cpp`][spork pubkey]) with the public key recovered from @@ -3605,55 +3605,6 @@ Match qbsigs and qsigsesann #### Debugging {% include helpers/subhead-links.md %} - - ##### qwatch {% include helpers/subhead-links.md %} diff --git a/_includes/references.md b/_includes/references.md index dcba0bb2..52529a2e 100644 --- a/_includes/references.md +++ b/_includes/references.md @@ -269,7 +269,6 @@ http://opensource.org/licenses/MIT. [qbsigs message]: /en/developer-reference#qbsigs "A P2P network message used to to send batched LLMQ signature shares" [qcomplaint message]: /en/developer-reference#qcomplaint "A P2P network message used to send a complaint about another masternodes DKG contribution" [qcontrib message]: /en/developer-reference#qcontrib "A P2P network message used to send LLMQ DKG contributions" -{% comment %}{% endcomment %} [qfcommit message]: /en/developer-reference#qfcommit "A P2P network message used to finalize the members of a long-living masternode quorum (LLMQ)" [qgetsigs message]: /en/developer-reference#qgetsigs "A P2P network message used to request signature shares" [qjustify message]: /en/developer-reference#qjustify "A P2P network message used to respond to another masternodes DKG complaint"