aboutsummaryrefslogtreecommitdiff
path: root/doc/release-notes.md
diff options
context:
space:
mode:
authorAnthony Towns <aj@erisian.com.au>2022-01-28 17:13:29 +1000
committerAnthony Towns <aj@erisian.com.au>2022-01-28 18:07:08 +1000
commit555eafa7930a84d8ca594bea9fe39f63cfa75076 (patch)
tree64ca09735a8d8b96b46724a123f7b52ae115b058 /doc/release-notes.md
parentd4e92d843650b0480b86d15ce46ed02b6fd9b5be (diff)
downloadbitcoin-555eafa7930a84d8ca594bea9fe39f63cfa75076.tar.xz
doc: getdeploymentinfo release notes tweaks
Diffstat (limited to 'doc/release-notes.md')
-rw-r--r--doc/release-notes.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md
index 7a47d76bba..f50e5ce138 100644
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -115,6 +115,15 @@ Updated RPCs
New RPCs
--------
+- Information on soft fork status has been moved from `getblockchaininfo`
+ to the new `getdeploymentinfo` RPC 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. Note that in either case, the `status` field
+ now reflects the status of the current block rather than the next
+ block. (#23508)
+
Build System
------------