mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
06dfe1bd1f
* Added quorum listextended * Indentation fix * Added release notes * Added quorum listextended func test * Refactored reply into map * fix: change type from ARR to OBJ_DYN to properly print out the placeholder Co-authored-by: pasta <pasta@dashboost.org>
10 lines
497 B
Markdown
10 lines
497 B
Markdown
New RPCs
|
|
--------
|
|
|
|
- `quorum listextended` is the cousin of `quorum list` with more enriched reply. Like `quorum list` "count" parameter can be used. Will list active quorums if "count" is not specified.
|
|
This RPC returns the following data per quorum grouped per llmqTypes:
|
|
- For each `quorumHash`:
|
|
- `creationHeight`: Block height where its DKG started
|
|
- `quorumIndex`: Returned only for rotated llmqTypes
|
|
- `minedBlockHash`: Hash of the block containing the mined final commitment
|