Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-14 | Use RPCHelpMan for all RPCs | MarcoFalke | |
2018-11-09 | rpc: Include rpc/util.h where needed for RPCHelpMan | MarcoFalke | |
Just a preparatory commit to add the header to the includes and run clang-format to sort the include lists. Splitting this up into a separate commit makes future scripted-diffs easier. | |||
2018-10-19 | ZMQ: add options to configure outbound message high water mark, aka SNDHWM | mruddy | |
2018-07-05 | RPC: Add new getzmqnotifications method. | Daniel Kraft | |
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. |