We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4e92d8 commit 555eafaCopy full SHA for 555eafa
doc/release-notes-23508.md
doc/release-notes.md
@@ -115,6 +115,15 @@ Updated RPCs
115
New RPCs
116
--------
117
118
+- Information on soft fork status has been moved from `getblockchaininfo`
119
+ to the new `getdeploymentinfo` RPC which allows querying soft fork status at any
120
+ block, rather than just at the chain tip. Inclusion of soft fork
121
+ status in `getblockchaininfo` can currently be restored using the
122
+ configuration `-deprecatedrpc=softforks`, but this will be removed in
123
+ a future release. Note that in either case, the `status` field
124
+ now reflects the status of the current block rather than the next
125
+ block. (#23508)
126
+
127
Build System
128
------------
129
0 commit comments