542 Commits (282abd8358e254d976cad05d0eb48586db276bcd)

Author SHA1 Message Date
Dagur Valberg Johannsson 4cdece4041 [qa] Fix compact block shortids for a test case 8 years ago
Suhas Daftuar b55d9411e7 [qa] Fix race condition in sendheaders.py 8 years ago
Suhas Daftuar 6976db2f46 [qa] Another attempt to fix race condition in p2p-compactblocks.py 8 years ago
Suhas Daftuar 27acfc1d2e [qa] Update p2p-compactblocks.py for compactblocks v2 8 years ago
Suhas Daftuar 422fac649f [qa] Add support for compactblocks v2 to mininode 8 years ago
Suhas Daftuar f5b9b8f437 [qa] Fix bug in mininode witness deserialization 8 years ago
Matt Corallo be7555f0c0 Fix overly-prescriptive p2p-segwit test for new fetch logic 8 years ago
MarcoFalke fa666094cf [qa] mininode: Only allow named args in wait_until 8 years ago
MarcoFalke fa7c35c4ec [qa] util: Move wait_bitcoinds() into stop_nodes() 8 years ago
Suhas Daftuar b5fd666984 [qa] Fix race condition in p2p-compactblocks test 8 years ago
Johnson Lau 46a4774d2b Fix nulldummy.py test 8 years ago
Wladimir J. van der Laan 30930e847e test: Explicitly set encoding to utf8 when opening text files 8 years ago
Wladimir J. van der Laan 1d28faf9e9 test: Avoid ConnectionResetErrors during RPC tests 8 years ago
MarcoFalke fa156c604e [qa] nulldummy: Don't run unused code 8 years ago
MarcoFalke fa9cd25ed0 [qa] blockstore: Switch to dumb dbm 8 years ago
Suhas Daftuar a0f8482f3e [qa] Split up slow RPC calls to avoid pruning test timeouts 8 years ago
Wladimir J. van der Laan 42f6aed731 tests: Add exception error message for JSONRPCException 8 years ago
Johnson Lau 0637b02fce Ping regularly in p2p-segwit.py to keep connection alive 8 years ago
MarcoFalke fa6e71b27d [qa] Add getinfo smoke tests and rework versionbits test 8 years ago
MarcoFalke ddddaafa4a [rpc] Deprecate getinfo 8 years ago
Suhas Daftuar 157254a4bf Fix broken sendcmpct test in p2p-compactblocks.py 8 years ago
MarcoFalke fad41f308f [qa] walletbackup: Sync blocks inside the loop 8 years ago
MarcoFalke fa644d0053 [qa] wallet: Check legacy wallet as well 8 years ago
MarcoFalke fa27d990ee [qa] create_cache: Delete temp dir when done 8 years ago
isle2983 783e930e68 [copyright] Add missing copyright headers 8 years ago
Cory Fields d6a5dc4a2e add waitfornewblock/waitforblock/waitforblockheight rpcs and use them for tests 8 years ago
Johnson Lau 2f2548d5e0 Fix SIGHASH_SINGLE bug in test_framework SignatureHash 8 years ago
instagibbs ca10a03add Add basic test for IsStandard witness transaction blinding 8 years ago
whythat c62cc4ec75 fix path for bak file 8 years ago
whythat 438e94dc33 remove root test directory for RPC tests 8 years ago
djpnewton f012a857f5 rest.cpp: change HTTP_INTERNAL_SERVER_ERROR to HTTP_BAD_REQUEST 8 years ago
Johnson Lau 482f852da6 Implement NULLDUMMY softfork 8 years ago
MarcoFalke fab5ecb771 [wallet] rpc: Drop misleading option 8 years ago
MarcoFalke faaec1377c [qa] Remove unused code 8 years ago
instagibbs 5547aeb015 p2psegwit.py transaction is rejected due to premature witness not size 8 years ago
Wladimir J. van der Laan 35f64e45c2
Revert "[qa] Adjust timeouts for micro-optimization of run time" 8 years ago
MarcoFalke fa64306520 [qa] abandonconflict: Use assert_equal 8 years ago
instagibbs bc1d1f2660 Update p2p-segwit.py to reflect correct AskFor behavior 8 years ago
Wladimir J. van der Laan c1582d5d85 qa: Remove duplicate `hash160` implementation 8 years ago
Luke Dashjr 239cbd2e5c qa/rpc-tests/segwit: Test GBT sigops before and after activation 8 years ago
Patrick Strateman 25400c4de1 Account wallet feature RPC tests. 8 years ago
MarcoFalke fad8cf63e5 [qa] Use single cache dir for chains 8 years ago
MarcoFalke fa2d68f79c [qa] Adjust timeouts for micro-optimization of run time 8 years ago
Suhas Daftuar 2c517b3928 Fix p2p-feefilter.py for changed tx relay behavior 8 years ago
MarcoFalke fa4439d355 [qa] Rework hd wallet dump test 8 years ago
Suhas Daftuar 45c7ddd109 Add p2p test for BIP 152 (compact blocks) 8 years ago
Suhas Daftuar 9a22a6c089 Add support for compactblocks to mininode 8 years ago
Suhas Daftuar a8689fdf8e Tests: refactor compact size serialization in mininode 8 years ago
Pieter Wuille 9c8593d2b4 Implement SipHash in Python 8 years ago
Jonas Schnelli 54af51d98d
[QA] Add walletdump RPC test (including HD- & encryption-tests) 8 years ago