You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/release-notes.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ The compact block filter index format has been updated to include Dash special t
63
63
- The `/headers/` and `/blockfilterheaders/` endpoints have been updated to use
64
64
a query parameter instead of a path parameter to specify the result count. The
65
65
count parameter is now optional and defaults to 5 for both endpoints. The old
66
-
endpoints are still functional, and have no documented behaviour change. (#24098)
66
+
endpoints are still functional, and have no documented behaviour change. (#6784)
67
67
68
68
For `/headers`, use
69
69
`GET /rest/headers/<BLOCK-HASH>.<bin|hex|json>?count=<COUNT=5>` instead of
@@ -108,13 +108,13 @@ The compact block filter index format has been updated to include Dash special t
108
108
109
109
* The RPCs `masternode current` and `masternode winner` were deprecated in Dash Core v0.17 and are now removed. The `getpoolinfo` RPC was deprecated in Dash Core v0.15 and is now removed. (#6567)
110
110
111
-
* The `-deprecatedrpc=addresses` configuration option has been removed. RPCs `gettxout`, `getrawtransaction`, `decoderawtransaction`, `decodescript`, `gettransaction verbose=true` and REST endpoints `/rest/tx`, `/rest/getutxos`, `/rest/block` no longer return the `addresses` and `reqSigs` fields, which were previously deprecated in 21.0. (#22650)
111
+
* The `-deprecatedrpc=addresses` configuration option has been removed. RPCs `gettxout`, `getrawtransaction`, `decoderawtransaction`, `decodescript`, `gettransaction verbose=true` and REST endpoints `/rest/tx`, `/rest/getutxos`, `/rest/block` no longer return the `addresses` and `reqSigs` fields, which were previously deprecated in 21.0. (#6569)
112
112
113
-
* The `getblock` RPC command now supports verbosity level 3, containing transaction inputs `prevout` information. The existing `/rest/block/` REST endpoint is modified to contain this information too. Every `vin` field will contain an additional `prevout` subfield. (#22918)
113
+
* The `getblock` RPC command now supports verbosity level 3, containing transaction inputs `prevout` information. The existing `/rest/block/` REST endpoint is modified to contain this information too. Every `vin` field will contain an additional `prevout` subfield. (#6577)
114
114
115
-
* A new RPC `newkeypool` has been added, which will flush (entirely clear and refill) the keypool. (#23093)
115
+
* A new RPC `newkeypool` has been added, which will flush (entirely clear and refill) the keypool. (#6577)
116
116
117
-
* The return value of the `pruneblockchain` method had an off-by-one bug and now returns the height of the last pruned block as documented. (#24629)
117
+
* The return value of the `pruneblockchain` method had an off-by-one bug and now returns the height of the last pruned block as documented. (#6784)
118
118
119
119
* The `listdescriptors` RPC now includes an optional coinjoin field to identify CoinJoin descriptors. (#6835)
120
120
@@ -238,7 +238,7 @@ GCC 11.1 or later, or Clang 16.0 or later, are now required to compile Dash Core
238
238
## RPC Wallet
239
239
240
240
-`unloadwallet` now fails if a rescan is in progress. (#6759)
241
-
-`gettransaction`, `listtransactions`, `listsinceblock` now return the `abandoned` field for all transactions. (#25158)
241
+
-`gettransaction`, `listtransactions`, `listsinceblock` now return the `abandoned` field for all transactions. (#6780)
0 commit comments