135 Commits (985c79552ceb6a5f5812d421dc5c86fa3b1cc41d)

Author SHA1 Message Date
John Newbery 5c8ff26b2f [tests] Add NetworkThread assertions 7 years ago
John Newbery 5fc6e71d19 [tests] Add network_thread_ utility functions. 7 years ago
practicalswift c7399e7082 Remove unused Python imports 7 years ago
John Newbery 873beca6de [tests] Rename NodeConn and NodeConnCB 7 years ago
John Newbery dba94ead0c [tests] [travis-ci] Move Travis functional test log post processing to test_runner 7 years ago
John Newbery bba1c54edd [tests] Improve logging shutdown and add hint for combine_logs 7 years ago
John Newbery e9dfa9bccc [tests] Move version message sending from NodeConn to NodeConnCB 7 years ago
John Newbery dad596fc37 [tests] Make NodeConnCB a subclass of NodeConn 7 years ago
John Newbery e30d404385 [tests] Move only: move NodeConnCB below NodeConn 7 years ago
John Newbery 4d50598569 [tests] Tidy up mininode 7 years ago
John Newbery f2ae6f32a6 [tests] Remove mininode periodic (half-hour) ping messages 7 years ago
practicalswift f522fb7c9c tests: Remove unused mininode functions deser_int_vector(f) and ser_int_vector(l) 7 years ago
MeshCollider 8263f6a5ac Create walletdir if datadir doesn't exist and fix tests 7 years ago
MarcoFalke fafdad0d46 qa: Remove unused NodeConn members 7 years ago
MarcoFalke faaa7db25e qa: Only allow disconnecting all NodeConns 7 years ago
John Newbery 1135c796a0 [tests] Tidy up mininode.py module 7 years ago
John Newbery f9cd9b1bfa [tests] Move test_framework Bitcoin primitives into separate module 7 years ago
John Newbery fb00c45c32 [tests] Explicitly disallow support for p2p versions below 60001 7 years ago
John Newbery 3858aabbd0 [tests] Remove support for p2p alert messages 7 years ago
John Newbery c0b1274705 [tests] Remove support for bre-BIP31 ping messages 7 years ago
John Newbery 2904e301c5 [tests] Remove dead code from mininode.py 7 years ago
John Newbery 5e5725cc2b [tests] Add p2p connection to TestNode 7 years ago
John Newbery b86c1cd208 [tests] fix TestNode.__getattr__() method 7 years ago
Pieter Wuille d618458184 Have SegWit active by default 7 years ago
John Newbery f893085325 [tests] Don't subclass from object for Python 3 7 years ago
John Newbery 8f9e3627ef [tests] authproxy.py: tidy up __init__() 7 years ago
John Newbery 323d8f61e9 [tests] fix flake8 warnings in authproxy.py 7 years ago
John Newbery fc0176d01e [tests] use python3 for authproxy.py 7 years ago
MarcoFalke fafa003970 qa: Remove never used return value of sync_with_ping 7 years ago
MarcoFalke fa9de370b1 qa: Make tmpdir option an absolute path 7 years ago
John Newbery 7481579131 [tests] Make comp test framework more debuggable 7 years ago
John Newbery 47ba8cf71e scripted-diff: rename assert_raises_jsonrpc to assert_raises_rpc error 7 years ago
John Newbery 677d893ff7 [tests] do not allow assert_raises_message to be called with JSONRPCException 7 years ago
John Newbery 5864e9c161 [tests] remove direct testing on JSONRPCException from individual test cases 7 years ago
Russell Yanofsky 74182f235c Add missing batch rpc calls to python coverage logs 7 years ago
Russell Yanofsky 505530c6cf Add missing multiwallet rpc calls to python coverage logs 7 years ago
Russell Yanofsky 9f67646f17 Make AuthServiceProxy._batch method usable 7 years ago
Russell Yanofsky e02007aade Limit AuthServiceProxyWrapper.__getattr__ wrapping 7 years ago
Jim Posen eff4bd8ab2 [test] P2P functional test for certain fingerprinting protections 7 years ago
Pieter Wuille fd0041aa27 Use BIP173 addresses in segwit.py test 7 years ago
João Barbosa fd8f45fe88 [test] Add restart_node to BitcoinTestFramework 7 years ago
Andrew Chow d3677ab757 Tests for zmqpubrawtx and zmqpubrawblock 7 years ago
Cory Fields 1817398b39 mininode: add an optimistic write and disable nagle 7 years ago
Suhas Daftuar a7820422e0 qa: Treat mininode p2p exceptions as fatal 7 years ago
João Barbosa ce379b47b9 [test] Replace check_output with low level version 7 years ago
João Barbosa 232e3e8471 [test] Add assert_raises_process_error to assert process errors 7 years ago
João Barbosa 5c18a84b9a [test] Add support for custom arguments to TestNodeCLI 7 years ago
João Barbosa e1274947d4 [test] Improve assert_raises_jsonrpc docstring 7 years ago
MarcoFalke faa8d9581a [qa] TestNode: Add wait_until_stopped helper method 7 years ago
John Newbery 7148b74dc3 [tests] Functional tests must explicitly set num_nodes 7 years ago