You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
408 B
10 lines
408 B
3 years ago
|
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)
|