mirror of
https://github.com/seigler/dash-docs
synced 2025-07-28 02:06:13 +00:00
Content - Add overview for quorum DKG and Signing messages
This commit is contained in:
parent
7171512332
commit
b7fec1eaca
1 changed files with 11 additions and 0 deletions
|
@ -2916,6 +2916,11 @@ section][section message header] for an example of a message without a payload.
|
||||||
#### Distributed Key Generation
|
#### Distributed Key Generation
|
||||||
{% include helpers/subhead-links.md %}
|
{% 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
|
##### qcontrib
|
||||||
{% include helpers/subhead-links.md %}
|
{% include helpers/subhead-links.md %}
|
||||||
|
@ -3128,6 +3133,12 @@ message header has been omitted.)
|
||||||
#### Signing Sessions
|
#### Signing Sessions
|
||||||
{% include helpers/subhead-links.md %}
|
{% 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
|
##### qbsigs
|
||||||
{% include helpers/subhead-links.md %}
|
{% include helpers/subhead-links.md %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue