diff options
| author | Fabian Jahr <[email protected]> | 2020-07-31 14:02:26 +0200 |
|---|---|---|
| committer | Fabian Jahr <[email protected]> | 2020-08-16 11:15:52 +0200 |
| commit | 124e1ee1343f8bfb3748393ced9debdbdee60d3b (patch) | |
| tree | 34506bc76fd499e0f594e0d6ea0eea6655381aa0 | |
| parent | test: Add tests for getindexinfo RPC (diff) | |
| download | discoin-124e1ee1343f8bfb3748393ced9debdbdee60d3b.tar.xz discoin-124e1ee1343f8bfb3748393ced9debdbdee60d3b.zip | |
doc: Add release notes for getindexinfo RPC
| -rw-r--r-- | doc/release-notes.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md index 23983dcd7..4656963f5 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 ------------ |