aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAndrew Toth <andrewstoth@gmail.com>2021-12-07 10:49:07 -0500
committerAndrew Toth <andrewstoth@gmail.com>2021-12-07 10:49:07 -0500
commit1dcba996d30d83aebe8c73f42f5d4056d6472166 (patch)
tree4020d68725113291fc62c5757595d13fd6d3fbd0 /doc
parentb5696750a925c07261287b043ffdfb393cbb1327 (diff)
downloadbitcoin-1dcba996d30d83aebe8c73f42f5d4056d6472166.tar.xz
Coinbase receivedby rpcs release notes
Diffstat (limited to 'doc')
-rw-r--r--doc/release-notes-14707.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/release-notes-14707.md b/doc/release-notes-14707.md
new file mode 100644
index 0000000000..b53204f788
--- /dev/null
+++ b/doc/release-notes-14707.md
@@ -0,0 +1,19 @@
+Wallet `receivedby` RPCs now include coinbase transactions
+-------------
+
+Previously, the following wallet RPCs excluded coinbase transactions:
+
+`getreceivedbyaddress`
+
+`getreceivedbylabel`
+
+`listreceivedbyaddress`
+
+`listreceivedbylabel`
+
+This release changes this behaviour and returns results accounting for received coins from coinbase outputs.
+
+A new option, `include_immature_coinbase` (default=`false`), determines whether to account for immature coinbase transactions.
+Immature coinbase transactions are coinbase transactions that have 100 or fewer confirmations, and are not spendable.
+
+The previous behaviour can be restored using the configuration `-deprecatedrpc=exclude_coinbase`, but may be removed in a future release.