HomePhabricator

RPC: Add new getzmqnotifications method.

Description

RPC: Add new getzmqnotifications method.

Summary:

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.

Backport of core PR13570 and PR13645:
https://github.com/bitcoin/bitcoin/pull/13570/files
https://github.com/bitcoin/bitcoin/pull/13645/files

Test Plan:

make check

Run 3 times:

test_runner.py rpc_zmq
  • First time with zmq all on, should pass
  • Second time after uninstalling python3-zmq, should skip (reinstall

after :))

  • Third time after disabling zmq (with configure or cmake), should skip

Reviewers: #bitcoin_abc, deadalnix

Reviewed By: #bitcoin_abc, deadalnix

Differential Revision: https://reviews.bitcoinabc.org/D4447

Details

Provenance
Daniel Kraft <d@domob.eu>Authored on Jun 29 2018, 13:16
FabienCommitted on Nov 19 2019, 14:20
FabienPushed on Nov 19 2019, 15:48
Reviewer
Restricted Project
Differential Revision
D4447: RPC: Add new getzmqnotifications method.
Parents
rSTAGING25f5e271799d: Break circular dependency: init -> * -> init by extracting shutdown.h
Branches
Unknown
Tags
Unknown