aboutsummaryrefslogtreecommitdiff
path: root/contrib/zmq
AgeCommit message (Collapse)Author
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
-BEGIN VERIFY SCRIPT- ./contrib/devtools/copyright_header.py update ./ -END VERIFY SCRIPT- Commits of previous years: * 2020: fa0074e2d82928016a43ca408717154a1c70a4db * 2019: aaaaad6ac95b402fe18d019d67897ced6b316ee0
2021-08-16refactor: replace remaining binascii method calls Zero-1729
2020-12-31scripted-diff: Bump copyright headersMarcoFalke
-BEGIN VERIFY SCRIPT- ./contrib/devtools/copyright_header.py update ./ -END VERIFY SCRIPT-
2020-09-22Update zmq notification documentation and sample consumerGregory Sanders
2020-09-04script: fix zmq_sub.py file permissionsJon Atack
2019-03-02build: Require python 3.5MarcoFalke
2018-10-19ZMQ: add options to configure outbound message high water mark, aka SNDHWMmruddy
2018-07-27Update copyright headers to 2018DrahtBot
2018-07-18contrib: correct version checkKarl-Johan Alm
[ not(major >= 3 and minor >= 4) ] fails for '4.0'
2018-03-03Remove deprecated PyZMQ call from Python ZMQ exampleMichaƂ Zabielski
PyZMQ 17.0.0 has deprecated and removed zmq.asyncio.install() call with advice to use asyncio native run-loop instead of zmq specific. This caused exception when running the contrib/zmq/zmq_sub*.py examples. This commit simply follows the advice.
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-11-29Trivial: fix comments for ZeroMQ bitcoind argsaaron-hanson
2017-08-28Use sys.exit(...) instead of exit(...): exit(...) should not be used in programspracticalswift
2017-03-28Remove accidental trailing semicolons in Python codepracticalswift
2017-02-21Merge #9485: ZMQ example using python3 and asyncioWladimir J. van der Laan
b471daf Adddress nits, use asyncio signal handling, create_task (Bob McElrath) 4bb7d1b Add python version checks and 3.4 example (Bob McElrath) 5406d51 Rewrite to not use Polling wrapper for asyncio, link to python2.7 example (Bob McElrath) 5ea5368 ZMQ example using python3 and asyncio (Bob McElrath)
2017-01-20Remove redundant semicolons in Python codepracticalswift
2017-01-19Adddress nits, use asyncio signal handling, create_taskBob McElrath
2017-01-19Add python version checks and 3.4 exampleBob McElrath
2017-01-19Rewrite to not use Polling wrapper for asyncio, link to python2.7 exampleBob McElrath
2017-01-19ZMQ example using python3 and asyncioBob McElrath
2017-01-13Remove unused Python importspracticalswift
2016-09-11[copyright] add MIT License copyright header to zmq_sub.pyisle2983
2016-04-19[ZMQ] append a message sequence number to every ZMQ notificationJonas Schnelli
2015-09-16Add ZeroMQ support. Notify blocks and transactions via ZeroMQJeff Garzik
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