Add ZeroMQ support. Notify blocks and transactions via ZeroMQ
commite6a14b64d665eb1fafd03a6bbc8d14597ce1c83c
authorJeff Garzik <jgarzik@bitpay.com>
Tue, 18 Nov 2014 17:06:32 +0000 (18 12:06 -0500)
committerJoão Barbosa <joao@bitreserve.org>
Wed, 16 Sep 2015 10:01:35 +0000 (16 11:01 +0100)
treebfefc581188fb56413c6d29cde625b0395faebc5
parent1136879df8af2358efb706c5af886778fbd94989
Add ZeroMQ support. Notify blocks and transactions via ZeroMQ

Continues Johnathan Corgan's work.
Publishing multipart messages

Bugfix: Add missing zmq header includes

Bugfix: Adjust build system to link ZeroMQ code for Qt binaries
16 files changed:
configure.ac
contrib/zmq/zmq_sub.py [new file with mode: 0755]
doc/zmq.md [new file with mode: 0644]
src/Makefile.am
src/Makefile.qt.include
src/Makefile.qttest.include
src/Makefile.test.include
src/init.cpp
src/validationinterface.cpp
src/zmq/zmqabstractnotifier.cpp [new file with mode: 0644]
src/zmq/zmqabstractnotifier.h [new file with mode: 0644]
src/zmq/zmqconfig.h [new file with mode: 0644]
src/zmq/zmqnotificationinterface.cpp [new file with mode: 0644]
src/zmq/zmqnotificationinterface.h [new file with mode: 0644]
src/zmq/zmqpublishnotifier.cpp [new file with mode: 0644]
src/zmq/zmqpublishnotifier.h [new file with mode: 0644]