From 124e1ee1343f8bfb3748393ced9debdbdee60d3b Mon Sep 17 00:00:00 2001 From: Fabian Jahr Date: Fri, 31 Jul 2020 14:02:26 +0200 Subject: [PATCH] doc: Add release notes for getindexinfo RPC --- doc/release-notes.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/release-notes.md b/doc/release-notes.md index 23983dcd7be..4656963f5aa 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 ------------