aboutsummaryrefslogtreecommitdiff
path: root/src/zmq/zmqpublishnotifier.h
Commit message (Expand)AuthorAgeFilesLines
* Add 'sequence' zmq publisher to track all block (dis)connects, mempool deltasGregory Sanders2020-09-221-0/+9
* scripted-diff: Rename SendMessage to SendZmqMessage.Daniel Kraft2020-09-151-1/+1
* ZMQ: add options to configure outbound message high water mark, aka SNDHWMmruddy2018-10-191-1/+1
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* 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
* Use the override specifier (C++11) where we expect to be overriding the virtu...practicalswift2017-06-281-6/+6
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* [doc] Fix typos in comments, doxygen: Fix comment syntaxMarcoFalke2016-08-221-1/+1
* [ZMQ] append a message sequence number to every ZMQ notificationJonas Schnelli2016-04-191-0/+12
* use CBlockIndex* insted of uint256 for UpdatedBlockTip signalJonas Schnelli2015-09-161-2/+4
* Add ZeroMQ support. Notify blocks and transactions via ZeroMQJeff Garzik2015-09-161-0/+41