aboutsummaryrefslogtreecommitdiff
path: root/contrib/zmq
Commit message (Collapse)AuthorAgeFilesLines
* Remove redundant semicolons in Python codepracticalswift2017-01-201-1/+1
|
* Remove unused Python importspracticalswift2017-01-131-1/+0
|
* [copyright] add MIT License copyright header to zmq_sub.pyisle29832016-09-111-0/+3
|
* [ZMQ] append a message sequence number to every ZMQ notificationJonas Schnelli2016-04-191-5/+9
|
* Add ZeroMQ support. Notify blocks and transactions via ZeroMQJeff Garzik2015-09-161-0/+37
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