aboutsummaryrefslogtreecommitdiff
path: root/test/functional/p2p-acceptblock.py
AgeCommit message (Expand)Author
2017-12-11[tests] Fix network threading in functional testsJohn Newbery
2017-12-11[tests] Use network_thread_start() in tests.John Newbery
2017-11-29[tests] Rename NodeConn and NodeConnCBJohn Newbery
2017-11-13qa: Only allow disconnecting all NodeConnsMarcoFalke
2017-11-08[tests] use TestNode p2p connection in testsJohn Newbery
2017-10-31[qa] test that invalid blocks on an invalid chain get a disconnectMatt Corallo
2017-10-31Accept unrequested blocks with work equal to our tipMatt Corallo
2017-10-31Rewrite p2p-acceptblock in preparation for slight behavior changesMatt Corallo
2017-10-19qa: add test for minchainwork use in acceptblockSuhas Daftuar
2017-10-18Merge #11472: qa: Make tmpdir option an absolute path, misc cleanupWladimir J. van der Laan
2017-10-13qa: Remove never used return value of sync_with_pingMarcoFalke
2017-10-05scripted-diff: rename assert_raises_jsonrpc to assert_raises_rpc errorJohn Newbery
2017-09-01[tests] don't override __init__() in individual testsJohn Newbery
2017-05-02[tests] Remove is_network_split from funtional test casesJohn Newbery
2017-04-18Remove duplicate method definitions in NodeConnCB subclassesJohn Newbery
2017-04-18Adds helper functions to NodeConnCBJohn Newbery
2017-03-30[tests] sync_with_ping should assert that ping hasn't timed outJohn Newbery
2017-03-28Remove SingleNodeConnCBJohn Newbery
2017-03-20Rename rpc-tests directory to functionalJohn Newbery