mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 14:38:29 +01:00
Merge #14982: rpc: Add getrpcinfo command
a0ac15459adoc: Add getrpcinfo release notes (João Barbosa)251a91c1bfqa: Add tests for getrpcinfo (João Barbosa)d0730f5ce4rpc: Add getrpcinfo command (João Barbosa)068a8fc05frpc: Track active commands (João Barbosa)bf4383277drpc: 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
This commit is contained in:
5
doc/release-notes-14982.md
Normal file
5
doc/release-notes-14982.md
Normal file
@@ -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.
|
||||
Reference in New Issue
Block a user