Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 720 Bytes

File metadata and controls

17 lines (14 loc) · 720 Bytes

Updated 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 (#6888).

New REST endpoint

  • A new /rest/deploymentinfo endpoint has been added for fetching various state info regarding deployments of consensus changes (#6888).