From ae25e3ac52ac0f5c534d299b4aa2ec828e2de855 Mon Sep 17 00:00:00 2001 From: thephez Date: Mon, 25 Mar 2019 16:40:07 -0400 Subject: [PATCH] P2P - Add partial qdebugstatus details --- _includes/devdoc/ref_p2p_networking.md | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/_includes/devdoc/ref_p2p_networking.md b/_includes/devdoc/ref_p2p_networking.md index d2a86ffe..97cb92f2 100644 --- a/_includes/devdoc/ref_p2p_networking.md +++ b/_includes/devdoc/ref_p2p_networking.md @@ -2927,7 +2927,30 @@ The `qdebugstatus` message is used to... | Bytes | Name | Data type | Description | | --- | --- | --- | --- | -| 2 | version | uint16_t | Version of the message +| 32 | proTxHash | uint256 | The ProRegTx hash +| 8 | nTime | int64_t | +| 1-9 | sessionsSize | compactSize uint | +| `sessionsSize` * <> | sessions | | +| 96 | sig | byte[] | BLS signature + +`CDKGDebugSessionStatus`: + +| Bytes | Name | Data type | Description | +| --- | --- | --- | --- | +| 1 | llmqType | uint8_t | The type of LLMQ +| 32 | quorumHash | uint256 | The quorum identifier +| 4 | quorumHeight | uint32_t | The quorum height +| 1 | phase | uint8_t | The DKG phase of the quorum +| 1-9 | membersSize | compactSize uint | +| `membersSize` * <> | members | CDKGDebugMemberStatus | + +`CDKGDebugMemberStatus`: + +| Bytes | Name | Data type | Description | +| --- | --- | --- | --- | +| 1 | statusBitset | uint8_t | +| 32 * <> | complaintsFromMembers | uint16_t | +