Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-30 | scripted-diff: Bump copyright headers | Hennadii Stepanov | |
-BEGIN VERIFY SCRIPT- ./contrib/devtools/copyright_header.py update ./ -END VERIFY SCRIPT- Commits of previous years: * 2020: fa0074e2d82928016a43ca408717154a1c70a4db * 2019: aaaaad6ac95b402fe18d019d67897ced6b316ee0 | |||
2021-08-16 | refactor: replace remaining binascii method calls | Zero-1729 | |
2020-12-31 | scripted-diff: Bump copyright headers | MarcoFalke | |
-BEGIN VERIFY SCRIPT- ./contrib/devtools/copyright_header.py update ./ -END VERIFY SCRIPT- | |||
2020-09-22 | Update zmq notification documentation and sample consumer | Gregory Sanders | |
2020-09-04 | script: fix zmq_sub.py file permissions | Jon Atack | |
2019-03-02 | build: Require python 3.5 | MarcoFalke | |
2018-10-19 | ZMQ: add options to configure outbound message high water mark, aka SNDHWM | mruddy | |
2018-07-27 | Update copyright headers to 2018 | DrahtBot | |
2018-07-18 | contrib: correct version check | Karl-Johan Alm | |
[ not(major >= 3 and minor >= 4) ] fails for '4.0' | |||
2018-03-03 | Remove deprecated PyZMQ call from Python ZMQ example | MichaĆ 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-03 | Increment MIT Licence copyright header year on files modified in 2017 | Akira Takizawa | |
2017-11-29 | Trivial: fix comments for ZeroMQ bitcoind args | aaron-hanson | |
2017-08-28 | Use sys.exit(...) instead of exit(...): exit(...) should not be used in programs | practicalswift | |
2017-03-28 | Remove accidental trailing semicolons in Python code | practicalswift | |
2017-02-21 | Merge #9485: ZMQ example using python3 and asyncio | Wladimir 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-20 | Remove redundant semicolons in Python code | practicalswift | |
2017-01-19 | Adddress nits, use asyncio signal handling, create_task | Bob McElrath | |
2017-01-19 | Add python version checks and 3.4 example | Bob McElrath | |
2017-01-19 | Rewrite to not use Polling wrapper for asyncio, link to python2.7 example | Bob McElrath | |
2017-01-19 | ZMQ example using python3 and asyncio | Bob McElrath | |
2017-01-13 | Remove unused Python imports | practicalswift | |
2016-09-11 | [copyright] add MIT License copyright header to zmq_sub.py | isle2983 | |
2016-04-19 | [ZMQ] append a message sequence number to every ZMQ notification | Jonas Schnelli | |
2015-09-16 | Add ZeroMQ support. Notify blocks and transactions via ZeroMQ | Jeff 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 |