doc: getdeploymentinfo release notes tweaks

This commit is contained in:
Anthony Towns 2022-01-28 17:13:29 +10:00
parent d4e92d8436
commit 555eafa793
2 changed files with 9 additions and 9 deletions

View File

@ -1,9 +0,0 @@
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)

View File

@ -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
------------