diff options
author | Daniel Kraft <d@domob.eu> | 2018-06-29 16:10:01 +0200 |
---|---|---|
committer | Daniel Kraft <d@domob.eu> | 2018-07-05 08:02:22 +0200 |
commit | 161e8d40a4e4c0e701b6c8142b8dcacf2190545e (patch) | |
tree | 1a897ac73c6e7c6d60b0f46f9624481f1b854af3 /doc | |
parent | caac39b0ace38aa088d88c1a5a9a9dbb4d2e893f (diff) |
RPC: Add new getzmqnotifications method.
This adds a new RPC method "getzmqnotifications", which returns
information about all active ZMQ notification endpoints. This is useful
for software that layers on top of bitcoind, so it can verify that
ZeroMQ is enabled and also figure out where it should listen.
See https://github.com/bitcoin/bitcoin/issues/13526.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release-notes.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md index e1bb84cca9..57f93abe03 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -79,6 +79,8 @@ RPC changes `getmempoolentry` when verbosity is set to `true` with sub-fields `ancestor`, `base`, `modified` and `descendant` denominated in BTC. This new field deprecates previous fee fields, such as `fee`, `modifiedfee`, `ancestorfee` and `descendantfee`. +- The new RPC `getzmqnotifications` returns information about active ZMQ + notifications. External wallet files --------------------- |