aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFabian Jahr <fjahr@protonmail.com>2020-07-31 14:02:26 +0200
committerFabian Jahr <fjahr@protonmail.com>2020-08-16 11:15:52 +0200
commit124e1ee1343f8bfb3748393ced9debdbdee60d3b (patch)
tree34506bc76fd499e0f594e0d6ea0eea6655381aa0 /doc
parentc447b09458c89c946957a211a4f5373b92af44bf (diff)
downloadbitcoin-124e1ee1343f8bfb3748393ced9debdbdee60d3b.tar.xz
doc: Add release notes for getindexinfo RPC
Diffstat (limited to 'doc')
-rw-r--r--doc/release-notes.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md
index 23983dcd7b..4656963f5a 100644
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -115,6 +115,10 @@ Changes to Wallet or GUI related RPCs can be found in the GUI or Wallet section
New RPCs
--------
+- The `getindexinfo` RPC returns the actively running indices of the node,
+ including their current sync status and height. It also accepts an `index_name`
+ to specify returning only the status of that index. (#19550)
+
Build System
------------