We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78ad778 commit 85abbb9Copy full SHA for 85abbb9
doc/release-notes-6100.md
@@ -0,0 +1,9 @@
1
+## Remote Procedure Call (RPC) Changes
2
+
3
+### Improved support of composite commands
4
5
+Dash Core's composite commands such as `quorum list` or `bls generate` now are compatible with a whitelist feature.
6
7
+For example, whitelist `getblockcount,quorumlist` will let to call commands `getblockcount`, `quorum list`, but not `quorum sign`
8
9
+Note, that adding simple `quorum` in whitelist will allow to use all kind of `quorum...` commands, such as `quorum`, `quorum list`, `quorum sign`, etc
0 commit comments