From b7fec1eaca1ef41cdb71b98b59d6727fc52c5b29 Mon Sep 17 00:00:00 2001 From: thephez Date: Thu, 11 Apr 2019 15:35:43 -0400 Subject: [PATCH] Content - Add overview for quorum DKG and Signing messages --- _includes/devdoc/ref_p2p_networking.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/_includes/devdoc/ref_p2p_networking.md b/_includes/devdoc/ref_p2p_networking.md index 84179fb4..caca6e2e 100644 --- a/_includes/devdoc/ref_p2p_networking.md +++ b/_includes/devdoc/ref_p2p_networking.md @@ -2916,6 +2916,11 @@ section][section message header] for an example of a message without a payload. #### Distributed Key Generation {% include helpers/subhead-links.md %} +The following network messages enable the creation of long living masternode +quorums (LLMQs) as described in [DIP6](https://github.com/dashpay/dips/blob/master/dip-0006.md). + +With the exception of the `qfcommit` message, these messages are for intra-quorum +communication only and are not propagated on the Dash network. ##### qcontrib {% include helpers/subhead-links.md %} @@ -3128,6 +3133,12 @@ message header has been omitted.) #### Signing Sessions {% include helpers/subhead-links.md %} +The following network messages enable the long living masternode quorum (LLMQ) +message signing sessions described in [DIP7](https://github.com/dashpay/dips/blob/master/dip-0007.md). + +With the exception of the `qsendrecsigs` message and the `qsigrec` message, +these messages are for intra-quorum communication only and are not +propagated on the Dash network. ##### qbsigs {% include helpers/subhead-links.md %}