Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | |