aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAnthony Towns <aj@erisian.com.au>2021-12-13 18:28:49 +1000
committerAnthony Towns <aj@erisian.com.au>2022-01-15 04:37:56 +1000
commita3809228917b8f750090c8bfec8e283391dbb524 (patch)
treee4be00d2016f3d061a95e374c58537c0195e63b5 /doc
parent240cad09baefcf363cce36a4b2795122adfce27f (diff)
downloadbitcoin-a3809228917b8f750090c8bfec8e283391dbb524.tar.xz
Release notes for getdeploymentinfo rpc
Diffstat (limited to 'doc')
-rw-r--r--doc/release-notes-23508.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/release-notes-23508.md b/doc/release-notes-23508.md
new file mode 100644
index 0000000000..098654e00b
--- /dev/null
+++ b/doc/release-notes-23508.md
@@ -0,0 +1,9 @@
+Updated RPCs
+------------
+
+- Information on soft fork status has been moved from `getblockchaininfo`
+ to `getdeploymentinfo` which allows querying soft fork status at any
+ block, rather than just at the chain tip. Inclusion of soft fork
+ status in `getblockchaininfo` can currently be restored using the
+ configuration `-deprecatedrpc=softforks`, but this will be removed in
+ a future release. (#23508)