aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2019-01-14 18:05:26 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2019-01-14 18:07:15 +0100
commitcf0c67b62c2037dc9e70ea84ffee3b205a9b1bef (patch)
tree1a8c9ed60f360f883a71d0d6db166b79304e10e7 /doc
parent035f349371a5b67922ce92c11ad9aa7178fa04f7 (diff)
parenta0ac15459a0df598e1ee1fd36a3899a129cecaeb (diff)
downloadbitcoin-cf0c67b62c2037dc9e70ea84ffee3b205a9b1bef.tar.xz
Merge #14982: rpc: Add getrpcinfo command
a0ac15459a0df598e1ee1fd36a3899a129cecaeb doc: Add getrpcinfo release notes (João Barbosa) 251a91c1bf245b3674c2612149382a0f1e18dc98 qa: Add tests for getrpcinfo (João Barbosa) d0730f5ce475e5a84da7c61fe79bcd6ed24d693e rpc: Add getrpcinfo command (João Barbosa) 068a8fc05f8dbec198bdc3fe46f955d8a5255303 rpc: Track active commands (João Barbosa) bf4383277d6761cc5b7a91975752c08df829af72 rpc: Remove unused PreCommand signal (João Barbosa) Pull request description: The new `getrpcinfo` command exposes details of the RPC interface. The details can be configuration properties or runtime values/stats. This can be particular useful to coordinate concurrent functional tests (see #14958 from where this was extracted). Tree-SHA512: 7292cb6087f4c429973d991aa2b53ffa1327d5a213df7d6ba5fc69b01b2e1a411f6d1609fed9234896293317dab05f65064da48b8f2b4a998eba532591d31882
Diffstat (limited to 'doc')
-rw-r--r--doc/release-notes-14982.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/release-notes-14982.md b/doc/release-notes-14982.md
new file mode 100644
index 0000000000..3f0bf8aacd
--- /dev/null
+++ b/doc/release-notes-14982.md
@@ -0,0 +1,5 @@
+New RPCs
+--------
+
+- The RPC `getrpcinfo` returns runtime details of the RPC server. At the moment
+ it returns the active commands and the corresponding execution time.