129 Commits (282abd8358e254d976cad05d0eb48586db276bcd)

Author SHA1 Message Date
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
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
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 fa9cd25ed0 [qa] blockstore: Switch to dumb dbm 8 years ago
Wladimir J. van der Laan 42f6aed731 tests: Add exception error message for JSONRPCException 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
whythat 438e94dc33 remove root test directory for RPC tests 8 years ago
Wladimir J. van der Laan 35f64e45c2
Revert "[qa] Adjust timeouts for micro-optimization of run time" 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 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
whythat 0ff4375c93 [qa]: add parsing for '<host>:<port>' argument form to rpc_url() 8 years ago
MarcoFalke fa9976b853 [qa] test_framework: Add wrapper for stop_node 8 years ago
Bob McElrath 36ae37a9f9 Rename CTxinWitness -> CTxInWitness 8 years ago
BtcDrak 14d01309be Rename OP_NOP3 to OP_CHECKSEQUENCEVERIFY 8 years ago
Suhas Daftuar 330b0f31ee [qa] p2p segwit tests 8 years ago
MarcoFalke facb6c0bf8 [qa] mininode: fail on send_message instead of silent return 8 years ago
MarcoFalke fa26c420bf [qa] util: Move check_fee_amount out of wallet.py 8 years ago
Wladimir J. van der Laan a406fcb6ca test: add ensure_ascii setting to AuthServiceProxy 8 years ago
mrbandrews 291f8aa5da Continuing port of java comptool 8 years ago
Pieter Wuille f45f51e3ae Fix interrupted HTTP RPC connection workaround for Python 3.5+ 8 years ago
mrbandrews 8c9e681ff8 Tests: Rework blockstore to avoid re-serialization. 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 fad184550e [qa] test_framework: Use different rpc_auth_pair for each node 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 8 years ago
Joao Fonseca fa942c755a Move method to check matches within arrays on util.py 8 years ago
Rusty Russell d12760b16a rpc-tests: handle KeyError nicely in test_framework.py 8 years ago
Rusty Russell 85c807c9ea getblockchaininfo: make bip9_softforks an object, not an array. 8 years ago
MarcoFalke faa41ee204 [qa] py2: Unfiddle strings into bytes explicitly 8 years ago
Suhas Daftuar 5cb1d8a207 Tests: move get_bip9_status to util.py 8 years ago
Wladimir J. van der Laan 5078ca4543 tests: Check Content-Type header returned from RPC server 8 years ago