mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
V0.14.0 P2P/RPC updates (#123)
* P2P - LLMQ debug messages - Move below DKG and signing - Don't show qdebugstatus * P2P - Update qbsigs and qsigsinv * Content - add details related to some Dash Core constants * RPC - Add DKG phases to quorum status * P2P - Update version msg with mnauth challenge * P2P - Update version hexdump - Include mn auth challenge * Content - Minor updates - Fix filterload cross ref url - Add note about special tx bloom filter support * Content - update RPC examples based on added CbTx quorum merkle field
This commit is contained in:
parent
aa254c489c
commit
6ee3f06b32
10 changed files with 264 additions and 254 deletions
|
@ -762,6 +762,13 @@ for additional details.
|
|||
| **[Threshold Signature Recovery Phase](https://github.com/dashpay/dips/blob/master/dip-0007.md#recovered-threshold-signatures<!--noref-->)** | | | A recovered signature is created by a quorum member once valid signature shares from at least the threshold number of members have been received |
|
||||
| `qsigrec` message | → | | Masternode sends the quorum recovered signature **to all peers** (except those that have asked to be excluded via a `qsendrecsigs` message)
|
||||
|
||||
Note the following timeouts defined by Dash Core related to signing sessions:
|
||||
|
||||
| Parameter | Timeout, sec | Description |
|
||||
| `SESSION_NEW_SHARES_TIMEOUT` | 60 | Time to wait for new shares |
|
||||
| `SIG_SHARE_REQUEST_TIMEOUT` | 5 | Time to wait for a requested share before requesting from a different node |
|
||||
| `SESSION_TOTAL_TIMEOUT` | 300 | Time to wait for session to complete |
|
||||
|
||||
{% endautocrossref %}
|
||||
|
||||
#### Quorum Selection
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue