mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-05 14:06:27 -05:00
Release notes for getdeploymentinfo rpc
This commit is contained in:
parent
240cad09ba
commit
a380922891
1 changed files with 9 additions and 0 deletions
9
doc/release-notes-23508.md
Normal file
9
doc/release-notes-23508.md
Normal file
|
@ -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)
|
Loading…
Add table
Reference in a new issue