aboutsummaryrefslogtreecommitdiff
path: root/test/functional
AgeCommit message (Expand)Author
2017-11-17Merge #11648: [tests] Add messages.pyWladimir J. van der Laan
2017-11-16Merge #11087: Diagnose unsuitable outputs in lockunspent().Wladimir J. van der Laan
2017-11-14Merge #11677: qa: Remove unused NodeConn membersMarcoFalke
2017-11-14Merge #11641: qa: Only allow disconnecting all NodeConnsWladimir J. van der Laan
2017-11-13qa: Remove unused NodeConn membersMarcoFalke
2017-11-13qa: Only allow disconnecting all NodeConnsMarcoFalke
2017-11-11Merge #11055: [wallet] [rpc] getreceivedbyaddress should return error if call...MarcoFalke
2017-11-10Merge #11258: [rpc] Add initialblockdownload to getblockchaininfoPieter Wuille
2017-11-10[wallet] getreceivedbyaddress should return error if address is not mineJohn Newbery
2017-11-10[tests] Tidy up receivedby.pyJohn Newbery
2017-11-10[tests] Tidy up mininode.py moduleJohn Newbery
2017-11-10[tests] Move test_framework Bitcoin primitives into separate moduleJohn Newbery
2017-11-10Merge #11468: [tests] Make comp test framework more debuggableMarcoFalke
2017-11-09Merge #11580: Do not send (potentially) invalid headers in response to gethea...Wladimir J. van der Laan
2017-11-09Merge #11638: [tests] Dead mininode codeMarcoFalke
2017-11-09Merge #11552: Improve wallet-accounts testWladimir J. van der Laan
2017-11-08[tests] Explicitly disallow support for p2p versions below 60001John Newbery
2017-11-08[tests] Remove support for p2p alert messagesJohn Newbery
2017-11-08[tests] Remove support for bre-BIP31 ping messagesJohn Newbery
2017-11-08[tests] Remove dead code from mininode.pyJohn Newbery
2017-11-08[tests] use TestNode p2p connection in testsJohn Newbery
2017-11-08[tests] Add p2p connection to TestNodeJohn Newbery
2017-11-08[tests] fix TestNode.__getattr__() methodJohn Newbery
2017-11-07Merge #11389: Support having SegWit always active in regtest (sipa, ajtowns, ...MarcoFalke
2017-11-06Have SegWit active by defaultPieter Wuille
2017-11-02[test] Verify node doesn't send headers that haven't been fully validatedRussell Yanofsky
2017-11-01Merge #11376: Ensure backupwallet fails when attempting to backup to source fileMarcoFalke
2017-11-01Merge #11531: Check that new headers are not a descendant of an invalid block...Wladimir J. van der Laan
2017-11-01Merge #11565: Make listsinceblock refuse unknown block hashWladimir J. van der Laan
2017-10-31Make p2p-acceptablock not an extended testMatt Corallo
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-26Merge #11490: Disconnect from outbound peers with bad headers chainsWladimir J. van der Laan
2017-10-26Disconnecting from bad outbound peers in IBDSuhas Daftuar
2017-10-26[rpc] Add initialblockdownload to getblockchaininfoJohn Newbery
2017-10-26Make listsinceblock refuse unknown block hashRussell Yanofsky
2017-10-24Improve wallet-accounts testRussell Yanofsky
2017-10-23Merge #11538: qa: Fix race condition failures in replace-by-fee.py, sendheade...MarcoFalke
2017-10-23qa: Fix race condition in sendheaders.pySuhas Daftuar
2017-10-20qa: Fix replace-by-fee race condition failuresSuhas Daftuar
2017-10-19qa: add test for minchainwork use in acceptblockSuhas Daftuar
2017-10-19Avoid opening copied wallet databases simultaneouslyRussell Yanofsky
2017-10-18Merge #11452: Improve ZMQ functional testWladimir J. van der Laan
2017-10-18Merge #11472: qa: Make tmpdir option an absolute path, misc cleanupWladimir J. van der Laan
2017-10-18Merge #11486: [tests] Add uacomment testsWladimir J. van der Laan
2017-10-17Merge #11483: Fix importmulti bug when importing an already imported keyMarcoFalke
2017-10-16[tests] Don't subclass from object for Python 3John Newbery
2017-10-16[tests] authproxy.py: tidy up __init__()John Newbery
2017-10-16[tests] fix flake8 warnings in authproxy.pyJohn Newbery