20 Commits (90600bc7db2a8047c93bc10d403e862141ada770)

Author SHA1 Message Date
Akira Takizawa 595a7bab23 Increment MIT Licence copyright header year on files modified in 2017 7 years ago
John Newbery 34e08b3510 [tests] Fix network threading in functional tests 7 years ago
John Newbery 74e64f24b8 [tests] Use network_thread_start() in tests. 7 years ago
John Newbery 873beca6de [tests] Rename NodeConn and NodeConnCB 7 years ago
MarcoFalke faaa7db25e qa: Only allow disconnecting all NodeConns 7 years ago
John Newbery 32ae82f5c3 [tests] use TestNode p2p connection in tests 7 years ago
Matt Corallo 00dcda60f6 [qa] test that invalid blocks on an invalid chain get a disconnect 7 years ago
Matt Corallo 932f118e6a Accept unrequested blocks with work equal to our tip 7 years ago
Matt Corallo 3b4ac43bc3 Rewrite p2p-acceptblock in preparation for slight behavior changes 7 years ago
Suhas Daftuar 08fd822771 qa: add test for minchainwork use in acceptblock 7 years ago
MarcoFalke fafa003970 qa: Remove never used return value of sync_with_ping 7 years ago
John Newbery 47ba8cf71e scripted-diff: rename assert_raises_jsonrpc to assert_raises_rpc error 7 years ago
John Newbery 5448a1471d [tests] don't override __init__() in individual tests 7 years ago
John Newbery c9cc76dcaa [tests] Remove is_network_split from funtional test cases 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
John Newbery 6a18bb9a36 [tests] sync_with_ping should assert that ping hasn't timed out 7 years ago
John Newbery 159fe88abf Remove SingleNodeConnCB 7 years ago
John Newbery c28ee91db0 Rename rpc-tests directory to functional 7 years ago
John Newbery 00902c48cd Rename qa directory to test 7 years ago
John Newbery 64c080051b Use logging in individual tests 7 years ago
John Newbery b0dec4a04a Remove manual debug settings in qa tests. 7 years ago
John Newbery c1190963b3 Return correct error codes in blockchain.cpp. 7 years ago
John Newbery 3f95a806b1 Fix docstrings in qa tests 7 years ago
MarcoFalke fac9349798 [qa] Remove hardcoded "4 nodes" from test_framework 8 years ago
MarcoFalke fa389d4edc [qa] Switch to py3 8 years ago
MarcoFalke fa2cea163b [qa] rpc-tests: Properly use integers, floats 8 years ago
MarcoFalke fa60d05a4e Add missing copyright headers 9 years ago
Wladimir J. van der Laan 2f601d215d test: remove necessity to call create_callback_map 9 years ago
Casey Rodarmor 0ce73985a8 Add p2p-fullblocktest.py 9 years ago
Suhas Daftuar 04b5d235f1 Replace sleep with syncing using pings 9 years ago
Suhas Daftuar bfc30b3437 Ignore unrequested blocks too far ahead of tip 9 years ago
Suhas Daftuar aa8c827968 P2P regression test for new AcceptBlock behavior 9 years ago