From 85abbb97b4cbc292d81a29e94f75ee20028e8186 Mon Sep 17 00:00:00 2001 From: Konstantin Akimov Date: Tue, 9 Jul 2024 17:39:35 +0700 Subject: [PATCH] chore: add release notes for composite command for whitelist --- doc/release-notes-6100.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 doc/release-notes-6100.md diff --git a/doc/release-notes-6100.md b/doc/release-notes-6100.md new file mode 100644 index 0000000000000..656e0b0aac8ef --- /dev/null +++ b/doc/release-notes-6100.md @@ -0,0 +1,9 @@ +## Remote Procedure Call (RPC) Changes + +### Improved support of composite commands + +Dash Core's composite commands such as `quorum list` or `bls generate` now are compatible with a whitelist feature. + +For example, whitelist `getblockcount,quorumlist` will let to call commands `getblockcount`, `quorum list`, but not `quorum sign` + +Note, that adding simple `quorum` in whitelist will allow to use all kind of `quorum...` commands, such as `quorum`, `quorum list`, `quorum sign`, etc