Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions dip-0008.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ message is called `CLSIG` and has the following structure:
|--|--|--|--|
| prevBlockHash | uint256 | 32 | Hash of the previous block |
| blockHash | uint256 | 32 | Hash of the signed block from the successful attempt |
| attemptNum | uint16 | 2 | The attempt number |
| sig | BLSSig | 96 | Recovered signature |

This message is propagated through the inventory system.
Expand All @@ -150,7 +149,9 @@ chain
`prevBlockHash`, a quorum must be selected that was active at the time this
block was mined
3. The signature must verify against the quorum public key and
`hash(blockHash, attemptNum)`.
`hash(llmqType, quorumHash, prevBlockHash, blockHash)`. `llmqType` and `quorumHash`
must be taken from the quorum selected in 2.


## Handling of signed blocks

Expand Down