diff options
author | Anthony Towns <aj@erisian.com.au> | 2021-12-13 18:28:49 +1000 |
---|---|---|
committer | Anthony Towns <aj@erisian.com.au> | 2022-01-15 04:37:56 +1000 |
commit | a3809228917b8f750090c8bfec8e283391dbb524 (patch) | |
tree | e4be00d2016f3d061a95e374c58537c0195e63b5 /doc | |
parent | 240cad09baefcf363cce36a4b2795122adfce27f (diff) |
Release notes for getdeploymentinfo rpc
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release-notes-23508.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/release-notes-23508.md b/doc/release-notes-23508.md new file mode 100644 index 0000000000..098654e00b --- /dev/null +++ b/doc/release-notes-23508.md @@ -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) |