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
/
test
/
functional
/
interface_zmq.py
Age
Commit message (
Expand
)
Author
2021-03-01
zmq test: fix sync-up by matching notification to generated block
Sebastian Falbesoner
2021-02-09
zmq test: speedup test by whitelisting peers (immediate tx relay)
Sebastian Falbesoner
2021-02-09
zmq test: fix flakiness by using more robust sync method
Sebastian Falbesoner
2021-02-09
zmq test: accept arbitrary sequence start number in ZMQSubscriber
Sebastian Falbesoner
2021-02-09
zmq test: dedup message reception handling in ZMQSubscriber
Sebastian Falbesoner
2021-01-27
Setup wallets for interface_zmq.py
Andrew Chow
2021-01-17
zmq test: deduplicate test setup code (node restart, topics subscription)
Sebastian Falbesoner
2020-12-31
scripted-diff: Bump copyright headers
MarcoFalke
2020-10-20
scripted-diff: test: Replace uses of (dis)?connect_nodes global
Prayank
2020-10-01
test: Add zmq test to support multiple interfaces
nthumann
2020-09-22
Add functional tests for zmq sequence topic and mempool sequence logic
Gregory Sanders
2020-09-22
zmq test: Actually make reorg occur
Gregory Sanders
2020-07-14
Have zmq reorg test cover mempool txns
Gregory Sanders
2020-07-13
Add zmq test for transaction pub during reorg
Gregory Sanders
2020-07-13
Add test case for mempool->block zmq notification
Gregory Sanders
2020-07-13
Make ordering of zmq consumption irrelevant to functional test
Gregory Sanders
2019-11-11
zmq: Fix due to invalid argument and multiple notifiers
João Barbosa
2019-08-28
qa: Relax so that the subscriber is ready before publishing zmq messages
João Barbosa
2019-08-19
qa: Test ZMQ notification after chain reorg
João Barbosa
2019-08-19
qa: Refactor ZMQ test
João Barbosa
2019-08-13
Moved and renamed hash256 from util.py to zmq_interface.py
Elichai Turkel
2019-03-02
scripted-diff: Update copyright in ./test
MarcoFalke
2019-03-02
scripted-diff: test: Use py3.5 bytes::hex() method
MarcoFalke
2018-11-05
Merge #14060: ZMQ: add options to configure outbound message high water mark,...
Wladimir J. van der Laan
2018-11-01
[tests] Move deterministic address import to setup_nodes
John Newbery
2018-10-19
ZMQ: add options to configure outbound message high water mark, aka SNDHWM
mruddy
2018-10-08
Merge #14324: qa: Run more tests with wallet disabled
MarcoFalke
2018-10-07
[tests] Remove rpc_zmq.py
John Newbery
2018-09-25
qa: Run more tests with wallet disabled
MarcoFalke
2018-09-13
qa: Remove unneded import_deterministic_coinbase_privkeys overwrite, add comm...
MarcoFalke
2018-09-10
qa: Run all tests even if wallet is not compiled
MarcoFalke
2018-09-10
qa: Premine to deterministic address with -disablewallet
MarcoFalke
2018-08-13
tests: Use explicit imports
practicalswift
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-07-12
[tests] skip rpc_zmq functional test when python3 zmq lib is not present
James O'Beirne
2018-04-21
qa: Normalize executable location
MarcoFalke
2018-01-25
[tests] Rename misc functional tests.
Anthony Towns