aboutsummaryrefslogtreecommitdiff
path: root/doc/release-notes.md
diff options
context:
space:
mode:
authorMichael Dietz <michael.dietz@waya.ai>2021-08-25 08:06:10 -0500
committerMichael Dietz <michael.dietz@waya.ai>2021-09-24 14:22:53 -0500
commit43cd6b8af9d613ca033800c5cd8524c3f77e13ec (patch)
treea1f5ac65db3b57e053e3c5d76efd03c4dbbc3e32 /doc/release-notes.md
parent2b1fdc2c6ce1d0b0e51a3f107e23443c142d57af (diff)
downloadbitcoin-43cd6b8af9d613ca033800c5cd8524c3f77e13ec.tar.xz
doc: add release notes for removal of the -deprecatedrpc=addresses flag
Diffstat (limited to 'doc/release-notes.md')
-rw-r--r--doc/release-notes.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md
index 0918adb8c2..e8270231d4 100644
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -64,6 +64,12 @@ P2P and network changes
Updated RPCs
------------
+- 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 22.0. (#22650)
+
New RPCs
--------