Hennadii Stepanov
f47dda2c58
scripted-diff: Bump copyright headers
...
-BEGIN VERIFY SCRIPT-
./contrib/devtools/copyright_header.py update ./
-END VERIFY SCRIPT-
Commits of previous years:
* 2020: fa0074e2d8
* 2019: aaaaad6ac9
2021-12-30 19:36:57 +02:00
Zero-1729
021daedfa1
refactor: replace remaining binascii method calls
2021-08-16 19:30:56 +01:00
MarcoFalke
fa0074e2d8
scripted-diff: Bump copyright headers
...
-BEGIN VERIFY SCRIPT-
./contrib/devtools/copyright_header.py update ./
-END VERIFY SCRIPT-
2020-12-31 09:45:41 +01:00
Gregory Sanders
759d94e70f
Update zmq notification documentation and sample consumer
2020-09-22 11:34:30 -04:00
Jon Atack
062e6699c4
script: fix zmq_sub.py file permissions
2020-09-04 17:48:32 +02:00
MarcoFalke
fab5a1e0f4
build: Require python 3.5
2019-03-02 10:40:23 -05:00
mruddy
a4edb168b6
ZMQ: add options to configure outbound message high water mark, aka SNDHWM
2018-10-19 07:36:13 -04:00
DrahtBot
eb7daf4d60
Update copyright headers to 2018
2018-07-27 07:15:02 -04:00
Karl-Johan Alm
066d2973a6
contrib: correct version check
...
[ not(major >= 3 and minor >= 4) ] fails for '4.0'
2018-07-18 16:46:19 +09:00
Michał Zabielski
6058766de4
Remove deprecated PyZMQ call from Python ZMQ example
...
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-03-03 06:05:53 +01:00
Akira Takizawa
595a7bab23
Increment MIT Licence copyright header year on files modified in 2017
2018-01-03 02:26:56 +09:00
aaron-hanson
33698c94be
Trivial: fix comments for ZeroMQ bitcoind args
2017-11-29 17:14:03 -06:00
practicalswift
25cd520fc4
Use sys.exit(...) instead of exit(...): exit(...) should not be used in programs
2017-08-28 15:18:14 +02:00
practicalswift
bd02422332
Remove accidental trailing semicolons in Python code
2017-03-28 15:19:19 +02:00
Wladimir J. van der Laan
61a640ea97
Merge #9485 : ZMQ example using python3 and asyncio
...
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-02-21 17:51:00 +01:00
practicalswift
5cdf10611f
Remove redundant semicolons in Python code
2017-01-20 22:56:11 +01:00
Bob McElrath
b471daf85b
Adddress nits, use asyncio signal handling, create_task
2017-01-19 17:17:37 -05:00
Bob McElrath
4bb7d1bc4d
Add python version checks and 3.4 example
2017-01-19 17:17:37 -05:00
Bob McElrath
5406d51067
Rewrite to not use Polling wrapper for asyncio, link to python2.7 example
2017-01-19 17:17:37 -05:00
Bob McElrath
5ea5368b3a
ZMQ example using python3 and asyncio
2017-01-19 17:17:37 -05:00
practicalswift
95bab821b3
Remove unused Python imports
2017-01-13 19:03:20 +01:00
isle2983
37a7fe9e44
[copyright] add MIT License copyright header to zmq_sub.py
2016-09-11 15:31:27 -06:00
Jonas Schnelli
0b25a9fb42
[ZMQ] append a message sequence number to every ZMQ notification
2016-04-19 15:32:11 +02:00
Jeff Garzik
e6a14b64d6
Add ZeroMQ support. Notify blocks and transactions via ZeroMQ
...
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
2015-09-16 11:01:35 +01:00