Skip to content

Commit 16e713e

Browse files
committed
docs: update llmq table link
1 parent 51f9b5c commit 16e713e

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

docs/api/remote-procedure-calls-evo.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2063,7 +2063,7 @@ The `quorum info` RPC returns information about a specific quorum.
20632063

20642064
| Name | Type | Presence | Description |
20652065
| ---------- | ------ | ----------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
2066-
| `llmqType` | number | Required<br>(exactly 1) | [Type of quorums](https://github.com/dashpay/dips/blob/master/dip-0006.md#current-llmq-types) to list:<br>`1` - LLMQ_50_60<br>`2` - LLMQ_400_60<br>`3` - LLMQ_400_85<br>`4` - LLMQ_100_67 |
2066+
| `llmqType` | number | Required<br>(exactly 1) | [Type of quorums](https://github.com/dashpay/dips/blob/master/dip-0006/llmq-types.md) to list:<br>`1` - LLMQ_50_60<br>`2` - LLMQ_400_60<br>`3` - LLMQ_400_85<br>`4` - LLMQ_100_67 |
20672067

20682068
*Parameter #2---quorum hash*
20692069

@@ -2190,7 +2190,7 @@ The `quorum list` RPC displays the status of the current DKG process.
21902190
| → → →<br>`llmqType` | string | Required<br>(exactly 1) | *Added in Dash Core 18.0.0*<br>[Quorum type name](https://github.com/dashpay/dips/blob/master/dip-0006/llmq-types.md) |
21912191
| → → →<br>`quorumIndex` | number | Required<br>(exactly 1) | *Added in Dash Core 18.0.0*<br>The index of the quorum |
21922192
| → → →<br>`status` | object | Required<br>(exactly 1) | DKG session status information |
2193-
| → → → →<br>`llmqType` | number | Required<br>(exactly 1) | [Type of quorum](https://github.com/dashpay/dips/blob/master/dip-0006.md#current-llmq-types):<br>`1` - LLMQ_50_60<br>`2` - LLMQ_400_60<br>`3` - LLMQ_400_85<br>`4` - LLMQ_100_67 |
2193+
| → → → →<br>`llmqType` | number | Required<br>(exactly 1) | [Type of quorum](https://github.com/dashpay/dips/blob/master/dip-0006/llmq-types.md):<br>`1` - LLMQ_50_60<br>`2` - LLMQ_400_60<br>`3` - LLMQ_400_85<br>`4` - LLMQ_100_67 |
21942194
| → → → →<br>`quorumHash` | string (hex) | Required<br>(exactly 1) | The block hash of the quorum |
21952195
| → → → →<br>`quorumHeight` | number | Required<br>(exactly 1) | The block height of the quorum |
21962196
| → → → →<br>`phase` | number | Required<br>(exactly 1) | The active DKG phase<br>`1` - Initialized<br>`2` - Contributing<br>`3` - Complaining<br>`4` - Justifying<br>`5` - Committing<br>`6` - Finalizing |
@@ -2861,7 +2861,7 @@ The `quorum sign` RPC requests threshold-signing for a message.
28612861

28622862
| Name | Type | Presence | Description |
28632863
| ---------- | ------ | ----------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
2864-
| `llmqType` | number | Required<br>(exactly 1) | [Type of quorum](https://github.com/dashpay/dips/blob/master/dip-0006.md#current-llmq-types):<br>`1` - LLMQ_50_60<br>`2` - LLMQ_400_60<br>`3` - LLMQ_400_85<br>`4` - LLMQ_100_67 |
2864+
| `llmqType` | number | Required<br>(exactly 1) | [Type of quorum](https://github.com/dashpay/dips/blob/master/dip-0006/llmq-types.md):<br>`1` - LLMQ_50_60<br>`2` - LLMQ_400_60<br>`3` - LLMQ_400_85<br>`4` - LLMQ_100_67 |
28652865

28662866
*Parameter #2---id*
28672867

@@ -2902,7 +2902,7 @@ For general signing requests, any 32 byte hex string can be provided as the requ
29022902
| Name | Type | Presence | Description |
29032903
| ------------------- | ------------ | ----------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
29042904
| result | object | Required<br>(exactly 1) | JSON object containing signature share details |
2905-
| →<br>`llmqType` | number | Required<br>(exactly 1) | [Type of quorum](https://github.com/dashpay/dips/blob/master/dip-0006.md#current-llmq-types):<br>`1` - LLMQ_50_60<br>`2` - LLMQ_400_60<br>`3` - LLMQ_400_85<br>`4` - LLMQ_100_67 |
2905+
| →<br>`llmqType` | number | Required<br>(exactly 1) | [Type of quorum](https://github.com/dashpay/dips/blob/master/dip-0006/llmq-types.md):<br>`1` - LLMQ_50_60<br>`2` - LLMQ_400_60<br>`3` - LLMQ_400_85<br>`4` - LLMQ_100_67 |
29062906
| →<br>`quorumHash` | string (hex) | Required<br>(exactly 1) | The quorum identifier |
29072907
| →<br>`quorumMember` | number | Required<br>(exactly 1) | Which quorum member created this signature share |
29082908
| →<br>`id` | string (hex) | Required<br>(exactly 1) | Signing request ID |
@@ -2957,7 +2957,7 @@ The `quorum getrecsig` RPC gets the recovered signature for a previous threshold
29572957

29582958
| Name | Type | Presence | Description |
29592959
| ---------- | ------ | ----------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
2960-
| `llmqType` | number | Required<br>(exactly 1) | [Type of quorum](https://github.com/dashpay/dips/blob/master/dip-0006.md#current-llmq-types):<br>`1` - LLMQ_50_60<br>`2` - LLMQ_400_60<br>`3` - LLMQ_400_85<br>`4` - LLMQ_100_67 |
2960+
| `llmqType` | number | Required<br>(exactly 1) | [Type of quorum](https://github.com/dashpay/dips/blob/master/dip-0006/llmq-types.md):<br>`1` - LLMQ_50_60<br>`2` - LLMQ_400_60<br>`3` - LLMQ_400_85<br>`4` - LLMQ_100_67 |
29612961

29622962
*Parameter #2---id*
29632963

@@ -2976,7 +2976,7 @@ The `quorum getrecsig` RPC gets the recovered signature for a previous threshold
29762976
| Name | Type | Presence | Description |
29772977
| ----------------- | ------------ | ----------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
29782978
| result | bool | Required<br>(exactly 1) | Recovered signature details |
2979-
| →<br>`llmqType` | number | Required<br>(exactly 1) | [Type of quorum](https://github.com/dashpay/dips/blob/master/dip-0006.md#current-llmq-types):<br>`1` - LLMQ_50_60<br>`2` - LLMQ_400_60<br>`3` - LLMQ_400_85<br>`4` - LLMQ_100_67 |
2979+
| →<br>`llmqType` | number | Required<br>(exactly 1) | [Type of quorum](https://github.com/dashpay/dips/blob/master/dip-0006/llmq-types.md):<br>`1` - LLMQ_50_60<br>`2` - LLMQ_400_60<br>`3` - LLMQ_400_85<br>`4` - LLMQ_100_67 |
29802980
| →<br>`quorumHash` | string (hex) | Required<br>(exactly 1) | The block hash of the quorum |
29812981
| →<br>`id` | string (hex) | Required<br>(exactly 1) | The signing session ID |
29822982
| →<br>`msgHash` | string (hex) | Required<br>(exactly 1) | The message hash |
@@ -3016,7 +3016,7 @@ Used for testing on the RegTest network only.
30163016

30173017
| Name | Type | Presence | Description |
30183018
| ---------- | ------ | ----------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
3019-
| `llmqType` | number | Required<br>(exactly 1) | [Type of quorum](https://github.com/dashpay/dips/blob/master/dip-0006.md#current-llmq-types):<br>`1` - LLMQ_50_60<br>`2` - LLMQ_400_60<br>`3` - LLMQ_400_85<br>`4` - LLMQ_100_67 |
3019+
| `llmqType` | number | Required<br>(exactly 1) | [Type of quorum](https://github.com/dashpay/dips/blob/master/dip-0006/llmq-types.md):<br>`1` - LLMQ_50_60<br>`2` - LLMQ_400_60<br>`3` - LLMQ_400_85<br>`4` - LLMQ_100_67 |
30203020

30213021
*Parameter #2---id*
30223022

@@ -3062,7 +3062,7 @@ Used for testing on the RegTest network only.
30623062

30633063
| Name | Type | Presence | Description |
30643064
| ---------- | ------ | ----------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
3065-
| `llmqType` | number | Required<br>(exactly 1) | [Type of quorum](https://github.com/dashpay/dips/blob/master/dip-0006.md#current-llmq-types):<br>`1` - LLMQ_50_60<br>`2` - LLMQ_400_60<br>`3` - LLMQ_400_85<br>`4` - LLMQ_100_67 |
3065+
| `llmqType` | number | Required<br>(exactly 1) | [Type of quorum](https://github.com/dashpay/dips/blob/master/dip-0006/llmq-types.md):<br>`1` - LLMQ_50_60<br>`2` - LLMQ_400_60<br>`3` - LLMQ_400_85<br>`4` - LLMQ_100_67 |
30663066

30673067
*Parameter #2---id*
30683068

@@ -3119,7 +3119,7 @@ The [`quorum` RPC](../api/remote-procedure-calls-evo.md#quorum) checks which quo
31193119
| `result` | Array of objects | Required<br>(exactly 1) | Array containing info for quorum's the masternode belongs to |
31203120
| →<br>Quorum | object | Required<br>(0 or more) | An object describing quorum details |
31213121
| → →<br>`height` | number | Required<br>(exactly 1) | Block height of the quorum |
3122-
| → →<br>`type` | string | Required<br>(exactly 1) | [Type of quorum](https://github.com/dashpay/dips/blob/master/dip-0006.md#current-llmq-types) |
3122+
| → →<br>`type` | string | Required<br>(exactly 1) | [Type of quorum](https://github.com/dashpay/dips/blob/master/dip-0006/llmq-types.md) |
31233123
| → →<br>`quorumHash` | string (hex) | Required<br>(exactly 1) | The hash of the quorum |
31243124
| → →<br>`minedBlock` | string (hex) | Required<br>(exactly 1) | The hash of the block that established the quorum |
31253125
| → →<br>`quorumPublicKey` | string (hex) | Required<br>(exactly 1) | Quorum public key |
@@ -4014,7 +4014,7 @@ The `quorum selectquorum` RPC returns information about the quorum that would/sh
40144014

40154015
| Name | Type | Presence | Description |
40164016
| ---------- | ------ | ----------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
4017-
| `llmqType` | number | Required<br>(exactly 1) | [Type of quorums](https://github.com/dashpay/dips/blob/master/dip-0006.md#current-llmq-types) to list:<br>`1` - LLMQ_50_60<br>`2` - LLMQ_400_60<br>`3` - LLMQ_400_85<br>`4` - LLMQ_100_67 |
4017+
| `llmqType` | number | Required<br>(exactly 1) | [Type of quorums](https://github.com/dashpay/dips/blob/master/dip-0006/llmq-types.md) to list:<br>`1` - LLMQ_50_60<br>`2` - LLMQ_400_60<br>`3` - LLMQ_400_85<br>`4` - LLMQ_100_67 |
40184018

40194019
*Parameter #2---request id*
40204020

@@ -4084,7 +4084,7 @@ The `quorum verify` RPC tests if a quorum signature is valid for a request id an
40844084

40854085
| Name | Type | Presence | Description |
40864086
| ---------- | ------ | ----------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
4087-
| `llmqType` | number | Required<br>(exactly 1) | [Type of quorum](https://github.com/dashpay/dips/blob/master/dip-0006.md#current-llmq-types):<br>`1` - LLMQ_50_60<br>`2` - LLMQ_400_60<br>`3` - LLMQ_400_85<br>`4` - LLMQ_100_67 |
4087+
| `llmqType` | number | Required<br>(exactly 1) | [Type of quorum](https://github.com/dashpay/dips/blob/master/dip-0006/llmq-types.md):<br>`1` - LLMQ_50_60<br>`2` - LLMQ_400_60<br>`3` - LLMQ_400_85<br>`4` - LLMQ_100_67 |
40884088

40894089
*Parameter #2---id*
40904090

docs/dashcore/wallet-arguments-and-commands-dashd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1181,7 +1181,7 @@ The quorum names used in these options are:
11811181
| 106 | llmq_test_platform |
11821182
| 107 | llmq_devnet_platform |
11831183

1184-
Refer to [this table in DIP-6 - LLMQs](https://github.com/dashpay/dips/blob/master/dip-0006.md#current-llmq-types) for details on each quorum type.
1184+
Refer to [this table in DIP-6 - LLMQs](https://github.com/dashpay/dips/blob/master/dip-0006/llmq-types.md) for details on each quorum type.
11851185

11861186
### Regtest Options
11871187

docs/guide/dash-features-masternode-quorums.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Note the following timeouts defined by Dash Core related to signing sessions:
8686

8787
Mainnet and Testnet only use quorums of pre-defined sizes that are hard coded into Dash Core. RegTest and Devnet environments each have a quorum that supports custom size and threshold parameters that are controlled via command line or configuration file parameters (`llmqtestparams`/`llmqdevnetparams`).
8888

89-
A list of all the quorums and their default sizes can be found in the [Current LLMQ Types table](https://github.com/dashpay/dips/blob/master/dip-0006.md#current-llmq-types) found in DIP-6.
89+
A list of all the quorums and their default sizes can be found in the [Current LLMQ Types table](https://github.com/dashpay/dips/blob/master/dip-0006/llmq-types.md) found in DIP-6.
9090

9191
The specific quorum type used for a feature can vary based on the network. The following table shows which quorums are used for each feature on the various networks:
9292

0 commit comments

Comments
 (0)