- Information on soft fork status has been moved from
getblockchaininfoto the newgetdeploymentinfoRPC which allows querying soft fork status at any block, rather than just at the chain tip. Inclusion of soft fork status ingetblockchaininfocan currently be restored using the configuration-deprecatedrpc=softforks, but this will be removed in a future release. Note that in either case, thestatusfield now reflects the status of the current block rather than the next block (#6888).
- A new
/rest/deploymentinfoendpoint has been added for fetching various state info regarding deployments of consensus changes (#6888).