From 8b61ba4d8ddc14aaffa6c71271f1af753882c08d Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Wed, 26 May 2021 21:38:27 -0700 Subject: [PATCH] Add missing fields from getClusterNodes documentation (backport #17501) (#17502) * Add missing fields from getClusterNodes documentation (cherry picked from commit 3d40ec3c88ccb6da318940cc59b17011671104a7) # Conflicts: # docs/src/developing/clients/jsonrpc-api.md * rebase Co-authored-by: Michael Vines --- docs/src/developing/clients/jsonrpc-api.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/src/developing/clients/jsonrpc-api.md b/docs/src/developing/clients/jsonrpc-api.md index 618244f949..cce2d68ee3 100644 --- a/docs/src/developing/clients/jsonrpc-api.md +++ b/docs/src/developing/clients/jsonrpc-api.md @@ -558,6 +558,8 @@ The result field will be an array of JSON objects, each with the following sub f - `tpu: ` - TPU network address for the node - `rpc: |null` - JSON RPC network address for the node, or `null` if the JSON RPC service is not enabled - `version: |null` - The software version of the node, or `null` if the version information is not available +- `featureSet: |null` - The unique identifier of the node's feature set +- `shredVersion: |null` - The shred version the node has been configured to use #### Example: