Skip to content

Commit c788531

Browse files
committed
docs: add documentation for deprecation, new field and renamed input
1 parent d8f4a79 commit c788531

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

doc/release-notes-6665.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Updated RPCs
2+
------------
3+
4+
* The input field `ipAndPort` has been renamed to `coreP2PAddrs`.
5+
* `coreP2PAddrs` can now, in addition to accepting a string, accept an array of strings, subject to validation rules.
6+
7+
* The key `service` has been deprecated for some RPCs (`decoderawtransaction`, `decodepsbt`, `getblock`, `getrawtransaction`,
8+
`gettransaction`, `masternode status` (only for the `dmnState` key), `protx diff`, `protx listdiff`) and has been replaced
9+
with the field `addresses`.
10+
* The deprecated field can be re-enabled using `-deprecatedrpc=service` but is liable to be removed in future versions
11+
of Dash Core.
12+
* This change does not affect `masternode status` (except for the `dmnState` key) as `service` does not represent a payload
13+
value but the external address advertised by the active masternode.

0 commit comments

Comments
 (0)