P2P - Add DIP8 links

This commit is contained in:
thephez 2019-03-25 11:42:13 -04:00
parent 7c27f1f559
commit 3e98297c38
No known key found for this signature in database
GPG key ID: BBC8A06DBE236099

View file

@ -2863,6 +2863,8 @@ any members that provided an invalid secret key contribution.
| (`complaints`<br>`BitSize` + 7) / 8 | complaints | byte[] | The complaints bitvector
| 96 | sig | BLSSig | BLS signature, signed with the operator key of the contributing masternode
More information can be found in the [Complaining phase section of DIP8](https://github.com/dashpay/dips/blob/master/dip-0006.md#3-complaining-phase).
<!--
The following annotated hexdump shows a `qcomplaint` message. (The
message header has been omitted.)
@ -2900,6 +2902,8 @@ contributions to all other members.
| 32 * `skCount` | skContributions | byte[] | Secret key contributions encrypted to recipient masternodes BLS public operator key
| 96 | sig | BLSSig | BLS signature, signed with the operator key of the contributing masternode
More information can be found in the [Contribution phase section of DIP8](https://github.com/dashpay/dips/blob/master/dip-0006.md#2-contribution-phase).
<!--
The following annotated hexdump shows a `qcontrib` message. (The
message header has been omitted.)
@ -2970,6 +2974,8 @@ valid final commitment.
| 96 | quorumSig | BLSSig | Recovered threshold signature
| 96 | sig | BLSSig | Aggregated BLS signatures from all included commitments
More information can be found in the [Finalization phase section of DIP8](https://github.com/dashpay/dips/blob/master/dip-0006.md#6-finalization-phase).
<!--
The following annotated hexdump shows a `qfcommit` message. (The
message header has been omitted.)