aboutsummaryrefslogtreecommitdiff
path: root/contrib/zmq
Commit message (Expand)AuthorAgeFilesLines
* ZMQ: add options to configure outbound message high water mark, aka SNDHWMmruddy2018-10-192-0/+2
* Update copyright headers to 2018DrahtBot2018-07-272-2/+2
* contrib: correct version checkKarl-Johan Alm2018-07-182-2/+2
* Remove deprecated PyZMQ call from Python ZMQ exampleMichaƂ Zabielski2018-03-032-2/+2
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-032-2/+2
* Trivial: fix comments for ZeroMQ bitcoind argsaaron-hanson2017-11-292-2/+2
* Use sys.exit(...) instead of exit(...): exit(...) should not be used in programspracticalswift2017-08-282-2/+2
* Remove accidental trailing semicolons in Python codepracticalswift2017-03-281-1/+1
* Merge #9485: ZMQ example using python3 and asyncioWladimir J. van der Laan2017-02-212-28/+158
|\
| * Adddress nits, use asyncio signal handling, create_taskBob McElrath2017-01-192-18/+50
| * Add python version checks and 3.4 exampleBob McElrath2017-01-192-0/+76
| * Rewrite to not use Polling wrapper for asyncio, link to python2.7 exampleBob McElrath2017-01-192-81/+51
| * ZMQ example using python3 and asyncioBob McElrath2017-01-191-0/+52
* | 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