aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Falbesoner <sebastian.falbesoner@gmail.com>2022-05-19 16:23:49 +0200
committerSebastian Falbesoner <sebastian.falbesoner@gmail.com>2022-05-19 16:42:50 +0200
commita4703ce9d79855ac0bd7dc07b71a51245f9aa5f8 (patch)
tree8faf9b8e42a2a827456ac2695141adde17a66f96
parentef0aa74836c4339aa7f14fc1c9583d86dd5c388a (diff)
downloadbitcoin-a4703ce9d79855ac0bd7dc07b71a51245f9aa5f8.tar.xz
doc: add release notes about removal of the `deprecatedrpc=exclude_coinbase`
-rw-r--r--doc/release-notes.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md
index f9e712ed8d..ebccd4d6fa 100644
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -55,6 +55,13 @@ Updated RPCs
previously deprecated in 23.0. (#23508) Information on soft fork status is
now only available via the `getdeploymentinfo` RPC.
+- The `deprecatedrpc=exclude_coinbase` configuration option has been removed.
+ The `receivedby` RPCs (`listreceivedbyaddress`, `listreceivedbylabel`,
+ `getreceivedbyaddress` and `getreceivedbylabel`) now always return results
+ accounting for received coins from coinbase outputs, without an option to
+ change that behaviour. Excluding coinbases was previously deprecated in 23.0.
+ (#25171)
+
Changes to wallet related RPCs can be found in the Wallet section below.
New RPCs