blob: 098654e00b12941771bc777a6ae8f65f5d211727 (
plain)
1
2
3
4
5
6
7
8
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)
|