Skip to content

Commit d75ee3a

Browse files
committed
docs: fixes for Release Notes v22.0.0 and v21.0.0
platformsign has been released in v21 and name there is wrong: platformsign vs signplatform
1 parent dd96032 commit d75ee3a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

doc/release-notes.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,10 @@ likely require a reindex.
8686
- **glibc Requirement**
8787
- The minimum required glibc to run Dash Core is now **2.31**. This means that **RHEL 8** and **Ubuntu 18.04 (Bionic)** are no longer supported.
8888

89-
## New RPCs
89+
- **FreeBSD Improvements**
90+
- Fixed issues with building Dash Core on FreeBSD.
9091

91-
- **`quorum platformsign`**
92-
- A new subcommand has been introduced, offering a structured way to perform platform-related quorum signing operations.
92+
## New RPCs
9393

9494
- **`coinjoinsalt`**
9595
- Allows manipulation of a CoinJoin salt stored in a wallet.
@@ -153,7 +153,7 @@ likely require a reindex.
153153
## Devnet Breaking Changes
154154

155155
- **Hardfork Activation Changes**
156-
- `BRR` (`realloc`), `DIP0020`, `DIP0024`, `V19`, `V20`, and `MN_R` hardforks are now activated at **block 2** instead of block **300** on devnets.
156+
- `BRR` (`realloc`), `DIP0020`, `DIP0024`, `V19`, `V20`, and `MN_RR` hardforks are now activated at **block 2** instead of block **300** on devnets.
157157
- **Implications:**
158158
- Breaking change.
159159
- Inability to sync on devnets created with earlier Dash Core versions and vice versa.

doc/release-notes/dash/release-notes-21.0.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ Remote Procedure Calls (RPCs)
235235
support for coin selection and a custom fee rate. The `send` RPC is experimental
236236
and may change in subsequent releases. Using it is encouraged once it's no
237237
longer experimental: `sendmany` and `sendtoaddress` may be deprecated in a future release.
238-
- A new `quorum signplatform` RPC is added for Platform needs. This composite command limits Platform to only request signatures from the Platform quorum type. It is equivalent to `quorum sign <platform type>`.
238+
- A new `quorum platformsign` RPC is added for Platform needs. This composite command limits Platform to only request signatures from the Platform quorum type. It is equivalent to `quorum sign <platform type>`.
239239

240240
### RPC changes
241241
- `createwallet` has an updated argument list: `createwallet "wallet_name" ( disable_private_keys blank "passphrase" avoid_reuse descriptors load_on_startup )`

0 commit comments

Comments
 (0)