Skip to content

Commit

Permalink
chore: add release notes for composite command for whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
knst committed Jul 9, 2024
1 parent aa87ab7 commit fb6213b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions doc/release-notes-6100.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## 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


### The new RPCs are:

- `quorum signplatform` This RPC is added for Platform needs. This composite command let to limit quorum type for signing by platform. It is equivalent of `quorum sign <platform type>`.

0 comments on commit fb6213b

Please sign in to comment.