Skip to content

Commit 2d5817e

Browse files
committed
doc: add release notes
1 parent 11bf976 commit 2d5817e

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

doc/release-notes-7099.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Updated RPCs
2+
------------
3+
4+
* Dash RPCs will no longer permit submitting strings to boolean input fields in line with validation
5+
enforced on upstream RPCs, where this is already the case. Requests must now use unquoted `true`
6+
or `false`.
7+
8+
* The following RPCs are affected, `bls generate`, `bls fromsecret`, `coinjoinsalt generate`,
9+
`coinjoinsalt set`, `masternode connect`, `protx diff`, `protx list`, `protx register`,
10+
`protx register_legacy`, `protx register_evo`, `protx register_fund`, `protx register_fund_legacy`,
11+
`protx register_fund_evo`, `protx revoke`, `protx update_registrar`, `protx update_registrar_legacy`,
12+
`protx update_service`, `protx update_service_evo`, `quorum info`, `quorum platformsign`,
13+
`quorum rotationinfo`, `quorum sign`.
14+
15+
* This restriction can be relaxed by setting `-deprecatedrpc=permissive_bool` at runtime
16+
but is liable to be removed in future versions of Dash Core.

0 commit comments

Comments
 (0)