dash/doc/release-notes-6106.md

7 lines
250 B
Markdown
Raw Normal View History

Merge #6106: feat: create new composite quorum-command platformsign 2db69d7b8115f075092563fe67c486fbd6a86836 chore: add release notes for "quorum platformsign" (Konstantin Akimov) 283c5f89a2d8cce91d85b5aeeca0e93fcb159430 feat: create new composite command "quorum platformsign" (Konstantin Akimov) Pull request description: ## Issue being fixed or feature implemented It splits from #6100 With just whitelist it is impossible to limit the RPC `quorum sign` to use only one specific quorum type, this PR aim to provide ability for quorum signing for platform quorum only. ## What was done? Implemented a new composite command "quorum platformsign" This composite command let to limit quorum type for signing for case of whitelist. After that old way to limit platform commands can be deprecated - #6105 ## How Has This Been Tested? Updated a functional tests to use platform signing for Asset Unlocks feature. ## Breaking Changes N/A ## Checklist: - [x] I have performed a self-review of my own code - [x] I have commented my code, particularly in hard-to-understand areas - [x] I have added or updated relevant unit/integration/functional/e2e tests - [ ] I have made corresponding changes to the documentation - [x] I have assigned this pull request to a milestone ACKs for top commit: UdjinM6: utACK 2db69d7b8115f075092563fe67c486fbd6a86836 PastaPastaPasta: utACK 2db69d7b8115f075092563fe67c486fbd6a86836 Tree-SHA512: b0dff9934137c4faa85664058e1e77f85067cc8d931e6d76ee5b9e610164ac8b0609736d5f09475256cb78d65bf92466624d784f0b13d20136df7e75613662cb
2024-07-15 18:47:39 +02:00
## Remote Procedure Call (RPC) Changes
### 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>`.