Commit Graph

55 Commits (ee589d4466bb0548a6f2215afe8abd0735768dab)

Author SHA1 Message Date
Sebastian Falbesoner f842ed9a40 test: refactor: replace unnecessary `BytesIO` uses
2 years ago
kouloumos 0377d6bb42 test: add `rescan_utxos` in MiniWallet's initialization
2 years ago
Andrew Chow c6119f4788 tests: Use unique port for ZMQ tests
2 years ago
Hennadii Stepanov 306ccd4927
scripted-diff: Bump copyright headers
2 years ago
josibake bc90b8d869
[move only] remove `is_wallet_compiled` checks
3 years ago
josibake 0bfbf7fb24
test: use MiniWallet in `interfaces_zmq`
3 years ago
Sebastian Falbesoner df5d783aef test: refactor: take use of `create_block` txlist parameter
3 years ago
MarcoFalke fac23c2114
scripted-diff: Bump copyright headers
3 years ago
MarcoFalke fa974f1f14
scripted-diff: Remove redundant sync_all and sync_blocks
3 years ago
MarcoFalke facc352648
test: Implicitly sync after generate*, unless opted out
3 years ago
Samuel Dobson eb02dbba3c Use self.generate not node.generate throughout tests
3 years ago
W. J. van der Laan b05d3e76e7
Merge bitcoin/bitcoin#22079: zmq: Add support to listen on IPv6 addresses
3 years ago
MarcoFalke fa0b916971
scripted-diff: Use generate* from TestFramework
3 years ago
MarcoFalke fab2e23b57
Use generate* from TestFramework
3 years ago
fanquake c2a5d560df
test: use f-strings in interface_*.py tests
3 years ago
Sebastian Falbesoner a79396fe5f test: remove `ToHex` helper, use .serialize().hex() instead
3 years ago
Sebastian Falbesoner 2ce7b47958 test: introduce `tx_from_hex` helper for tx deserialization
3 years ago
nthumann 8abe5703a9
test: Add IPv6 test to zmq
3 years ago
Sebastian Falbesoner 8a8c6383f6 zmq test: fix sync-up by matching notification to generated block
4 years ago
Sebastian Falbesoner ef21fb7313 zmq test: speedup test by whitelisting peers (immediate tx relay)
4 years ago
Sebastian Falbesoner 5c6546362d zmq test: fix flakiness by using more robust sync method
4 years ago
Sebastian Falbesoner 8666033630 zmq test: accept arbitrary sequence start number in ZMQSubscriber
4 years ago
Sebastian Falbesoner 6014d6e1b5 zmq test: dedup message reception handling in ZMQSubscriber
4 years ago
Andrew Chow 09514e1bef Setup wallets for interface_zmq.py
4 years ago
Sebastian Falbesoner 4efb6c2d3b zmq test: deduplicate test setup code (node restart, topics subscription)
4 years ago
MarcoFalke fa0074e2d8
scripted-diff: Bump copyright headers
4 years ago
Prayank 4b16c61461 scripted-diff: test: Replace uses of (dis)?connect_nodes global
4 years ago
nthumann 241803da21
test: Add zmq test to support multiple interfaces
4 years ago
Gregory Sanders 68c3c7e1bd Add functional tests for zmq sequence topic and mempool sequence logic
4 years ago
Gregory Sanders 1b615e61bf zmq test: Actually make reorg occur
4 years ago
Gregory Sanders 7356292e1d Have zmq reorg test cover mempool txns
4 years ago
Gregory Sanders a0f4f9c983 Add zmq test for transaction pub during reorg
4 years ago
Gregory Sanders 2399a0600c Add test case for mempool->block zmq notification
4 years ago
Gregory Sanders e70512a83c Make ordering of zmq consumption irrelevant to functional test
4 years ago
João Barbosa 3e730bf90a zmq: Fix due to invalid argument and multiple notifiers
5 years ago
João Barbosa 403e372407 qa: Relax so that the subscriber is ready before publishing zmq messages
5 years ago
João Barbosa abdfc5e89b qa: Test ZMQ notification after chain reorg
5 years ago
João Barbosa aa2622a726 qa: Refactor ZMQ test
5 years ago
Elichai Turkel afc0966d72
Moved and renamed hash256 from util.py to zmq_interface.py
5 years ago
MarcoFalke faa7cdf764
scripted-diff: Update copyright in ./test
6 years ago
MarcoFalke fa6bf21f5e
scripted-diff: test: Use py3.5 bytes::hex() method
6 years ago
Wladimir J. van der Laan dac2caa371
Merge #14060: ZMQ: add options to configure outbound message high water mark, aka SNDHWM
6 years ago
John Newbery 3fd7e76f6d [tests] Move deterministic address import to setup_nodes
6 years ago
mruddy a4edb168b6 ZMQ: add options to configure outbound message high water mark, aka SNDHWM
6 years ago
MarcoFalke d12e3d9acc
Merge #14324: qa: Run more tests with wallet disabled
6 years ago
John Newbery 42a995ae48 [tests] Remove rpc_zmq.py
6 years ago
MarcoFalke faa4043c66
qa: Run more tests with wallet disabled
6 years ago
MarcoFalke fa8433e379
qa: Remove unneded import_deterministic_coinbase_privkeys overwrite, add comments
6 years ago
MarcoFalke fac9539836
qa: Run all tests even if wallet is not compiled
6 years ago
MarcoFalke faa669cbcd
qa: Premine to deterministic address with -disablewallet
6 years ago