148 Commits (5432fc3d59ce013d6c27f440ad86fc1f16d6e384)

Author SHA1 Message Date
Gregory Maxwell 513da90cdd Add test for empty chain and reorg consistency for gettxoutsetinfo. 7 years ago
John Newbery b040243cc3 [tests] improve tmpdir structure 7 years ago
Gregory Sanders 6e9e026656 Expand signrawtransaction.py to cover error witness checking 7 years ago
MarcoFalke fac79e4d18 qa: Warn when specified test is not found 7 years ago
Alex Morcos 3810e976d6 Rewrite estimateSmartFee 7 years ago
Jimmy Song d4668f35ab [test] Add test for getmemoryinfo 7 years ago
John Newbery 3ba2c08980 [tests] fix disconnect_ban intermittency 7 years ago
John Newbery 56befa03ac [tests] increase timeouts in sendheaders test 7 years ago
John Newbery b0bfa233a1 [tests] Make wait_until timeout 60 seconds by default 7 years ago
MarcoFalke fa7396d6d9 qa: disablewallet: Check that wallet is really disabled 7 years ago
John Newbery 329ac3bab1 [tests] use wait_until in mempool_persist.py 7 years ago
Wladimir J. van der Laan 20187e4ad0 test: Add elapsed time to RPC tracing 7 years ago
Suhas Daftuar 6c2e25caf6 [qa] Test prioritise_transaction / getblocktemplate interaction 7 years ago
Suhas Daftuar f19abd9053 [qa] Fixes segwit block relay test after inv-direct-fetch was disabled 7 years ago
John Newbery 4550049903 Reorganize BitcoinTestFramework class 7 years ago
John Newbery 965a124427 [tests] Fix abandonconflict.py intermittency 7 years ago
Suhas Daftuar 9decd648ac [qa] Relax assumptions on mempool behavior during reorg 7 years ago
John Newbery 981e586ab8 [tests] remove import-abort-rescan.py 7 years ago
John Newbery 3e3c22f09d [tests] fix wait_for_inv() 7 years ago
practicalswift 0c60c63de0 Remove unused Python imports 7 years ago
John Newbery b7dd44c528 Add start and stop node methods to BitcoinTestFramework 7 years ago
John Newbery b111324acd move initialize_chain() and initialize_chain_clean() to be methods of BitcoinTestFramework 7 years ago
John Newbery c9cc76dcaa [tests] Remove is_network_split from funtional test cases 7 years ago
John Newbery b8251f6337 [tests] allow zmq test to be run in out-of-tree builds 7 years ago
Jimmy Song dadfee38e8 [test] Add test for listaddressgroupings 7 years ago
Gregory Sanders 7c588637d4 [Wallet] unset change position when there is no change on exact match 7 years ago
Jimmy Song dd1ea59624 [test] Add gettxout call 7 years ago
Jimmy Song 85f950a5c4 [test] Add tests for getconnectioncount, getnettotals and ping 7 years ago
John Newbery d6732d832a [tests] update disconnect_ban.py test case to work with listbanned 7 years ago
jonnynewbs 0ff9320bf5 refactor TxToJSON() and ScriptPubKeyToJSON() 7 years ago
Jimmy Song de487b730b Tests: Add test for getnetworkhashps 7 years ago
Karl-Johan Alm ed60970c83
[test] Test abortrescan command. 7 years ago
Jimmy Song bc53752616 Tests: Add simple test for getaddednodeinfo 7 years ago
Jimmy Song c39a6b9ec8 Tests: Refactor to create witness script creation function 7 years ago
John Newbery 6803e09e6e Move zmq test skipping logic into individual test case. 7 years ago
Jimmy Song 821dd5e3e1 Tests: Add test for getdifficulty 7 years ago
John Newbery d54297f1a8 [tests] disconnect_ban: add tests for disconnect-by-nodeid 7 years ago
John Newbery 5cc3ee24d2 [tests] disconnect_ban: remove dependency on urllib 7 years ago
John Newbery 12de2f252c [tests] disconnect_ban: use wait_until instead of sleep 7 years ago
John Newbery 2077fdacd3 [tests] disconnect_ban: add logging 7 years ago
John Newbery 395561becf [tests] disconnectban test - only use two nodes 7 years ago
John Newbery e367ad5b44 [tests] rename nodehandling to disconnectban 7 years ago
John Newbery d6564a26f4 [tests] fix nodehandling.py flake8 warnings 7 years ago
John Newbery 2a52ae63bf Remove duplicate method definitions in NodeConnCB subclasses 7 years ago
John Newbery 52e15aa4d0 Adds helper functions to NodeConnCB 7 years ago
Jimmy Song 637706dc9e Tests: Put Extended tests first when they're included 7 years ago
John Newbery a97ed80f97 [tests] test_runner - check unicode 7 years ago
John Newbery 08e51c1c03 [tests] Remove cache directory by default when running test_runner 7 years ago
John Newbery c85b080cc7 [test] add warnings to test_runner 7 years ago
John Newbery 5f4bcf28ef [tests] Remove maxblocksinflight testcase 7 years ago