aboutsummaryrefslogtreecommitdiff
path: root/src/zmq/zmqnotificationinterface.h
Commit message (Expand)AuthorAgeFilesLines
* RPC: Add new getzmqnotifications method.Daniel Kraft2018-07-051-1/+3
* Make ZMQ notification interface instance global.Daniel Kraft2018-06-291-0/+2
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-1/+1
* optim: mark a few classes finalCory Fields2017-07-171-1/+1
* Add override to functions using CValidationInterface methodsMatt Corallo2017-04-071-4/+4
* SyncTransaction->TxAddedToMempool/BlockConnected/DisconnectedMatt Corallo2017-04-071-1/+3
* Include missing #include in zmqnotificationinterface.hMatt Corallo2017-04-071-0/+1
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* Get rid of mapArgs direct access in ZMQ constructionMatt Corallo2016-12-241-1/+1
* Make validationinterface.UpdatedBlockTip more verboseMatt Corallo2016-10-041-1/+1
* Reduce cs_main locks during ConnectTip/SyncWithWalletsJonas Schnelli2016-08-121-1/+1
* include the chaintip *blockIndex in the SyncTransaction signalJonas Schnelli2015-12-041-1/+1
* Fix ZMQ Notification initialization and shutdownJoão Barbosa2015-11-041-1/+2
* use CBlockIndex* insted of uint256 for UpdatedBlockTip signalJonas Schnelli2015-09-161-1/+2
* Add ZeroMQ support. Notify blocks and transactions via ZeroMQJeff Garzik2015-09-161-0/+35