aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2018-01-12Merge #11970: Add test coverage for bitcoin-cli multiwallet callsMarcoFalke
2018-01-11Test walletpassphrase timeout bounds and clampingAndrew Chow
2018-01-11Disallow using addresses in createmultisigAndrew Chow
2018-01-11Merge #12133: [qa] Fix rare failure in p2p-segwit.pyWladimir J. van der Laan
2018-01-10Merge #11403: SegWit wallet supportJonas Schnelli
2018-01-09Add address_types testPieter Wuille
2018-01-09SegWit wallet supportPieter Wuille
2018-01-09Implicitly know about P2WPKH redeemscriptsPieter Wuille
2018-01-09[test] Serialize CTransaction with witness by defaultPieter Wuille
2018-01-09Fix rare failure in p2p-segwit.pySuhas Daftuar
2018-01-08Allow multiwallet.py to be used with --usecliRussell Yanofsky
2018-01-08[tests] allow tests to be run with --usecliJohn Newbery
2018-01-08TestNodeCLI batch emulationRussell Yanofsky
2018-01-08Prevent TestNodeCLI.args mixupsRussell Yanofsky
2018-01-08Improve TestNodeCLI output parsingRussell Yanofsky
2018-01-06Merge #12079: Improve prioritisetransaction test coverageMarcoFalke
2018-01-05[qa] Improve prioritisetransaction functional testJoão Barbosa
2018-01-04Fix incorrect Markdown linkpracticalswift
2018-01-04Merge #12001: [RPC] Adding ::minRelayTxFee amount to getmempoolinfo and updat...Wladimir J. van der Laan
2018-01-03Merge #12062: Increment MIT Licence copyright header year on files modified i...Wladimir J. van der Laan
2018-01-03Merge #11965: qa: Note on test order in test_runnerMarcoFalke
2018-01-03[tests] Remove redundant import in blocktools.py testAnthony Towns
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-12-30Merge #11291: Fix string concatenation to os.path.join and add exception caseMarcoFalke
2017-12-29[rpc] Adding ::minRelayTxFee amount to getmempoolinfo and updating mempoolmin...Jeff Rade
2017-12-23Merge #11475: [rpc] mempoolinfo should take ::minRelayTxFee into accountWladimir J. van der Laan
2017-12-21qa: Note on test order in test_runnerMarcoFalke
2017-12-21Merge #11667: Add scripts to dumpwallet RPCWladimir J. van der Laan
2017-12-20Merge #11726: Cleanups + nit fixes for walletdir PRMarcoFalke
2017-12-20Merge #11883: Add configuration file/argument testingWladimir J. van der Laan
2017-12-20Add test for importwalletMeshCollider
2017-12-20Add dumpwallet scripts testMeshCollider
2017-12-20Add configuration/argument testingMeshCollider
2017-12-19[tests] refactor node_network_limitedJohn Newbery
2017-12-19[tests] remove redundant duplicate tests from node_network_limitedJohn Newbery
2017-12-19[tests] node_network_limited - remove race conditionJohn Newbery
2017-12-19[tests] define NODE_NETWORK_LIMITED in test frameworkJohn Newbery
2017-12-19[tests] fix flake8 warnings in node_network_limited.pyJohn Newbery
2017-12-19Merge #11946: tests: Remove unused variable (firstAddrnServices)MarcoFalke
2017-12-19test: Fix rawtransactions testWladimir J. van der Laan
2017-12-19tests: Remove unused variable (firstAddrnServices)practicalswift
2017-12-19Merge #11178: Add iswitness parameter to decode- and fundrawtransaction RPCsWladimir J. van der Laan
2017-12-13test: Add createrawtransaction functional testsJoão Barbosa
2017-12-13test: Add multidict to support dictionary with duplicate key (laanwj)João Barbosa
2017-12-13Cleanups for walletdir PRMeshCollider
2017-12-12Merge #11849: [tests] Assert that only one NetworkThread existsWladimir J. van der Laan
2017-12-11Merge #11839: don't attempt mempool entry for wallet transactions on startup ...Wladimir J. van der Laan
2017-12-11[tests] Add NetworkThread assertionsJohn Newbery
2017-12-11[tests] Fix network threading in functional testsJohn Newbery
2017-12-11[tests] Use network_thread_start() in tests.John Newbery