aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2017-11-02Deprecate confusing blockmaxsize, fix getmininginfo outputMatt Corallo
2017-11-02Fix minchainwork test for 0.15 backportSuhas Daftuar
2017-11-02Make p2p-acceptablock not an extended testMatt Corallo
2017-11-02[qa] test that invalid blocks on an invalid chain get a disconnectMatt Corallo
2017-11-02Accept unrequested blocks with work equal to our tipMatt Corallo
2017-11-02Rewrite p2p-acceptblock in preparation for slight behavior changesMatt Corallo
2017-11-02Disconnecting from bad outbound peers in IBDSuhas Daftuar
2017-11-02qa: add test for minchainwork use in acceptblockSuhas Daftuar
2017-11-02[qa] Test nMinimumChainWorkSuhas Daftuar
2017-11-01qa: Remove never used return value of sync_with_pingMarcoFalke
2017-11-01qa: Make tmpdir option an absolute pathMarcoFalke
2017-11-01Avoid opening copied wallet databases simultaneouslyRussell Yanofsky
2017-11-01Ensure backupwallet fails when attempting to backup to source fileTomas van der Wansem
2017-11-01scripted-diff: rename assert_raises_jsonrpc to assert_raises_rpc errorJohn Newbery
2017-11-01[tests] do not allow assert_raises_message to be called with JSONRPCExceptionJohn Newbery
2017-11-01[tests] remove direct testing on JSONRPCException from individual test casesJohn Newbery
2017-11-01Merge #11550: [0.15.1] qa: BackportsWladimir J. van der Laan
2017-11-01Make listsinceblock refuse unknown block hashRussell Yanofsky
2017-10-23qa: Fix race condition in sendheaders.pySuhas Daftuar
2017-10-23qa: Fix replace-by-fee race condition failuresSuhas Daftuar
2017-10-18Merge #11447: 0.15.1: BackportsWladimir J. van der Laan
2017-10-17Fix importmulti bug when importing an already imported keyPedro Branco
2017-10-09Update importprivkey named args documentationDusty Williams
2017-10-04rpc: Prevent `dumpwallet` from overwriting filesWladimir J. van der Laan
2017-10-04qa: Restore bitcoin-util-test py2 compatibilityMarcoFalke
2017-10-03add functional test for mempoolreplacement command line argGregory Sanders
2017-10-03Fix bip68-sequence rpc testJohnson Lau
2017-10-03qa: Fix bug introduced in p2p-segwit.pySuhas Daftuar
2017-10-03qa: Treat mininode p2p exceptions as fatalSuhas Daftuar
2017-10-03Tests for zmqpubrawtx and zmqpubrawblockAndrew Chow
2017-10-03[tests] Check connectivity before sending in assumevalid.pyJohn Newbery
2017-10-03[tests] Make p2p-leaktests.py more robustJohn Newbery
2017-10-03[qa] zapwallettxes: Wait up to 3s for mempool reloadMarcoFalke
2017-10-03Add listwallets RPC test to multiwallet.pyCristian Mircea Messel
2017-10-03[tests] fixup dbcrash interaction with add_nodes()John Newbery
2017-10-03Disallow uncompressed pubkeys in bitcoin-tx [multisig] output addsMatt Corallo
2017-10-03[test] Replace check_output with low level versionJoão Barbosa
2017-10-03[test] Add assert_raises_process_error to assert process errorsJoão Barbosa
2017-10-03[test] Add support for custom arguments to TestNodeCLIJoão Barbosa
2017-10-03[test] Improve assert_raises_jsonrpc docstringJoão Barbosa
2017-10-03[qa] TestNode: Add wait_until_stopped helper methodMarcoFalke
2017-10-03Improve signmessages functional testCristian Mircea Messel
2017-10-03[tests] fixups from set_test_params()John Newbery
2017-10-03[tests] Functional tests must explicitly set num_nodesJohn Newbery
2017-10-03[tests] don't override __init__() in individual testsJohn Newbery
2017-10-03[tests] Avoid passing around member variables in test_frameworkJohn Newbery
2017-10-03[tests] TestNode: separate add_node from start_nodeJohn Newbery
2017-10-03[tests] fix - use rpc_timeout as rpc timeoutJohn Newbery
2017-10-03Add getmininginfo functional testCristian Mircea Messel
2017-10-03RPC: gettxout: Slightly improve doc and testsJorge Timón