aboutsummaryrefslogtreecommitdiff
path: root/test/functional/interface_zmq.py
AgeCommit message (Expand)Author
2021-11-17test: refactor: take use of `create_block` txlist parameterSebastian Falbesoner
2021-11-10scripted-diff: Bump copyright headersMarcoFalke
2021-11-10scripted-diff: Remove redundant sync_all and sync_blocksMarcoFalke
2021-10-29test: Implicitly sync after generate*, unless opted outMarcoFalke
2021-10-06Use self.generate not node.generate throughout testsSamuel Dobson
2021-09-09Merge bitcoin/bitcoin#22079: zmq: Add support to listen on IPv6 addressesW. J. van der Laan
2021-09-02scripted-diff: Use generate* from TestFrameworkMarcoFalke
2021-08-19Use generate* from TestFrameworkMarcoFalke
2021-08-18test: use f-strings in interface_*.py testsfanquake
2021-06-21test: remove `ToHex` helper, use .serialize().hex() insteadSebastian Falbesoner
2021-06-21test: introduce `tx_from_hex` helper for tx deserializationSebastian Falbesoner
2021-06-20test: Add IPv6 test to zmqnthumann
2021-03-01zmq test: fix sync-up by matching notification to generated blockSebastian Falbesoner
2021-02-09zmq test: speedup test by whitelisting peers (immediate tx relay)Sebastian Falbesoner
2021-02-09zmq test: fix flakiness by using more robust sync methodSebastian Falbesoner
2021-02-09zmq test: accept arbitrary sequence start number in ZMQSubscriberSebastian Falbesoner
2021-02-09zmq test: dedup message reception handling in ZMQSubscriberSebastian Falbesoner
2021-01-27Setup wallets for interface_zmq.pyAndrew Chow
2021-01-17zmq test: deduplicate test setup code (node restart, topics subscription)Sebastian Falbesoner
2020-12-31scripted-diff: Bump copyright headersMarcoFalke
2020-10-20scripted-diff: test: Replace uses of (dis)?connect_nodes globalPrayank
2020-10-01test: Add zmq test to support multiple interfacesnthumann
2020-09-22Add functional tests for zmq sequence topic and mempool sequence logicGregory Sanders
2020-09-22zmq test: Actually make reorg occurGregory Sanders
2020-07-14Have zmq reorg test cover mempool txnsGregory Sanders
2020-07-13Add zmq test for transaction pub during reorgGregory Sanders
2020-07-13Add test case for mempool->block zmq notificationGregory Sanders
2020-07-13Make ordering of zmq consumption irrelevant to functional testGregory Sanders
2019-11-11zmq: Fix due to invalid argument and multiple notifiersJoão Barbosa
2019-08-28qa: Relax so that the subscriber is ready before publishing zmq messagesJoão Barbosa
2019-08-19qa: Test ZMQ notification after chain reorgJoão Barbosa
2019-08-19qa: Refactor ZMQ testJoão Barbosa
2019-08-13Moved and renamed hash256 from util.py to zmq_interface.pyElichai Turkel
2019-03-02scripted-diff: Update copyright in ./testMarcoFalke
2019-03-02scripted-diff: test: Use py3.5 bytes::hex() methodMarcoFalke
2018-11-05Merge #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_nodesJohn Newbery
2018-10-19ZMQ: add options to configure outbound message high water mark, aka SNDHWMmruddy
2018-10-08Merge #14324: qa: Run more tests with wallet disabledMarcoFalke
2018-10-07[tests] Remove rpc_zmq.pyJohn Newbery
2018-09-25qa: Run more tests with wallet disabledMarcoFalke
2018-09-13qa: Remove unneded import_deterministic_coinbase_privkeys overwrite, add comm...MarcoFalke
2018-09-10qa: Run all tests even if wallet is not compiledMarcoFalke
2018-09-10qa: Premine to deterministic address with -disablewalletMarcoFalke
2018-08-13tests: Use explicit importspracticalswift
2018-07-27Update copyright headers to 2018DrahtBot
2018-07-12[tests] skip rpc_zmq functional test when python3 zmq lib is not presentJames O'Beirne
2018-04-21qa: Normalize executable locationMarcoFalke
2018-01-25[tests] Rename misc functional tests.Anthony Towns