index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
zmq
Age
Commit message (
Expand
)
Author
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
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