Skip to content

Commit f407453

Browse files
doc: Replace Bitcoin Core PR references with Dash Core backport PRs
Replace Bitcoin Core PR numbers (>7000) with their corresponding Dash Core backport PR numbers in release notes: - bitcoin#24098 -> dashpay#6784 (REST API endpoints) - bitcoin#22650 -> dashpay#6569 (deprecatedrpc=addresses removal) - bitcoin#22918 -> dashpay#6577 (getblock verbosity level 3) - bitcoin#23093 -> dashpay#6577 (newkeypool RPC) - bitcoin#24629 -> dashpay#6784 (pruneblockchain fix) - bitcoin#25158 -> dashpay#6780 (abandoned field in wallet RPCs)
1 parent 78d0725 commit f407453

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/release-notes.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ The compact block filter index format has been updated to include Dash special t
6363
- The `/headers/` and `/blockfilterheaders/` endpoints have been updated to use
6464
a query parameter instead of a path parameter to specify the result count. The
6565
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)
6767

6868
For `/headers`, use
6969
`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
108108

109109
* 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)
110110

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)
112112

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)
114114

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)
116116

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)
118118

119119
* The `listdescriptors` RPC now includes an optional coinjoin field to identify CoinJoin descriptors. (#6835)
120120

@@ -238,7 +238,7 @@ GCC 11.1 or later, or Clang 16.0 or later, are now required to compile Dash Core
238238
## RPC Wallet
239239

240240
- `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)
242242

243243
See detailed [set of changes][set-of-changes].
244244

0 commit comments

Comments
 (0)