86 Commits (1b0bcc5f9573406bff1c3ffaf73826b0142d23cc)

Author SHA1 Message Date
Pieter Wuille f45f51e3ae Fix interrupted HTTP RPC connection workaround for Python 3.5+ 8 years ago
Suhas Daftuar e871f8338a Tests: add timeout to sync_blocks() and sync_mempools() 8 years ago
Suhas Daftuar 1ad9339508 Test framework: only cleanup on successful test runs 8 years ago
MarcoFalke fa57b0c5ef [qa] test_framework: Append portseed to tmpdir 8 years ago
MarcoFalke fac9349798 [qa] Remove hardcoded "4 nodes" from test_framework 8 years ago
MarcoFalke fab5233fe6 [qa] test_framework: Set wait-timeout for bitcoind procs 8 years ago
MarcoFalke ccccc591a4 [qa] Add option --portseed to test_framework 8 years ago
Jonas Schnelli 5ea450834e
Autofind rpc tests --srcdir 8 years ago
MarcoFalke fafb33cdef [qa] Stop other nodes, even when one fails to stop 8 years ago
MarcoFalke fabbf6bd62 [qa] Refactor test_framework and pull tester 8 years ago
MarcoFalke fa389d4edc [qa] Switch to py3 8 years ago
MarcoFalke fada064f67 [qa] test_framework: Properly print exceptions and assert empty dict 8 years ago
MarcoFalke 5555528b47 [qa] mininode: Unfiddle strings into bytes 8 years ago
Suhas Daftuar 807fa47a1e Tests: Fix deserialization of reject messages 9 years ago
Joao Fonseca fa942c755a Move method to check matches within arrays on util.py 9 years ago
Rusty Russell d12760b16a rpc-tests: handle KeyError nicely in test_framework.py 9 years ago
Rusty Russell 85c807c9ea getblockchaininfo: make bip9_softforks an object, not an array. 9 years ago
MarcoFalke faa41ee204 [qa] py2: Unfiddle strings into bytes explicitly 9 years ago
Suhas Daftuar 5cb1d8a207 Tests: move get_bip9_status to util.py 9 years ago
Wladimir J. van der Laan 5078ca4543 tests: Check Content-Type header returned from RPC server 9 years ago
MarcoFalke 444480649f [qa] mininode: Combine struct.pack format strings 9 years ago
MarcoFalke faaa3c9b65 [qa] mininode: Catch exceptions in got_data 9 years ago
MarcoFalke fa2cea163b [qa] rpc-tests: Properly use integers, floats 9 years ago
MarcoFalke fa524d9ddb [qa] Use python2/3 syntax 9 years ago
Luke Dashjr e7e48ba66c test_framework: Py3.4 compat: Specify timeout parameter by name 9 years ago
Wladimir J. van der Laan d7b80b54fb test_framework: Avoid infinite loop in encoding Decimal 9 years ago
Wladimir J. van der Laan 018b60c5ea test_framework: detect failure of bitcoind startup 9 years ago
Alex Morcos b536a6fc83 Add p2p test for feefilter 9 years ago
Alex Morcos 5fa66e4682 Create SingleNodeConnCB class for RPC tests 9 years ago
NicolasDorier 71527a0f31 Test of BIP9 fork activation of mtp, csv, sequence_lock 9 years ago
Suhas Daftuar ec143391ef Tests: make prioritise_transaction.py more robust 9 years ago
MarcoFalke fad8cfb893 [qa] mininode: Add and use CONSTs 9 years ago
MarcoFalke fa8cd46f39 [qa] Move create_tx() to util.py 9 years ago
Suhas Daftuar da6ad5f684 Add RPC test exercising BIP68 (mempool only) 9 years ago
Wladimir J. van der Laan 7539f1aae3 tests: Make proxy_test work on travis servers without IPv6 9 years ago
mrbandrews 7689041c03 [rpc-tests] Change solve() to use rehash 9 years ago
MarcoFalke fa8e2a6925 [qa] Change default block priority size to 0 9 years ago
MarcoFalke 7777994846 [qa] Fix pyton syntax in rpc tests 9 years ago
Suhas Daftuar 82a0ce09b4 Add race-condition debugging tool to mininode 9 years ago
MarcoFalke fa60d05a4e Add missing copyright headers 9 years ago
MarcoFalke fa0a9749eb [qa] Move gen_return_txouts() to util.py 9 years ago
Suhas Daftuar 9b41a5fba2 Add more tests to p2p-fullblocktest 9 years ago
ptschip 39a525c21f Do not download transactions during inital sync 9 years ago
mb300sd 37d271d7cc Rename OP_NOP2 to OP_CHECKLOCKTIMEVERIFY. 9 years ago
James O'Beirne 16d4fce0b2 Add assert_is_hex_string and assert_is_hash_string to RPC test utils. 9 years ago
Jonas Schnelli 979698c171
[RPC-Tests] add option to run rpc test over QT clients 9 years ago
MarcoFalke fa24439ff3 Bump copyright headers to 2015 9 years ago
Wladimir J. van der Laan 20411903d7 test: Add basic test for `reject` code 9 years ago
Wladimir J. van der Laan 4c40ec0451 tests: Disable Tor interaction 9 years ago
Wladimir J. van der Laan 2f601d215d test: remove necessity to call create_callback_map 9 years ago