aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2018-03-19qa: Use node.datadir instead of tmpdir in test frameworkMarcoFalke
2018-03-19Merge #12553: Prefer wait_until over polling with time.sleepWladimir J. van der Laan
2018-03-18Avoiding 'file' function name from python2 with more descriptive variable namingJeff Rade
2018-03-17Append scripts to new test_list array to fix bad assignmentJeff Rade
2018-03-16[Trivial] Simplify if-else blocks and more descriptive variable namingJeff Rade
2018-03-15test: Use os.path.join consistently in feature_pruning testsBen Woosley
2018-03-15test: Use wait_until in tests where time was used for pollingBen Woosley
2018-03-15Merge #12431: Only call NotifyBlockTip when chainActive changesWladimir J. van der Laan
2018-03-14Merge #12638: qa: Cache only chain and wallet for regtest datadirWladimir J. van der Laan
2018-03-13Merge #11772: [tests] Change invalidblockrequest to use BitcoinTestFrameworkMarcoFalke
2018-03-13Merge #11872: [rpc] createrawtransaction: Accept sorted outputsWladimir J. van der Laan
2018-03-13Merge #12643: [qa] util: Remove unused sync_chainWladimir J. van der Laan
2018-03-12Merge #12545: test: Use wait_until to ensure ping goes outMarcoFalke
2018-03-12[qa] util: Remove unused sync_chainMarcoFalke
2018-03-09Format timestamps using ISO 8601 formatting (e.g. "2018-02-28T12:34:56Z")practicalswift
2018-03-07qa: Cache only chain and wallet for regtest datadirMarcoFalke
2018-03-07[rpc] createrawtransaction: Accept sorted outputsMarcoFalke
2018-03-07Merge #11687: External wallet filesWladimir J. van der Laan
2018-03-07Merge #12627: qa: Fix some tests to work on native windowsMarcoFalke
2018-03-07Merge #9991: listreceivedbyaddress Filter AddressWladimir J. van der Laan
2018-03-07Merge #12482: [tests] bind functional test nodes to 127.0.0.1Wladimir J. van der Laan
2018-03-07Add tests of listreceivedbyaddress address filteringJeremy Rubin
2018-03-06qa: Fix some tests to work on native windowsMarcoFalke
2018-03-06[tests] bind functional test nodes to 127.0.0.1Sjors Provoost
2018-03-06Merge #12479: RPC: Add child transactions to getrawmempool verbose outputWladimir J. van der Laan
2018-03-05Merge #12512: Don't test against the mempool min fee information in mempool_l...Wladimir J. van der Laan
2018-03-05Merge #12475: qa: Fix python TypeError in script.pyWladimir J. van der Laan
2018-03-05Merge #12543: Fix typosMarcoFalke
2018-03-03Create new wallet databases as directories rather than filesRussell Yanofsky
2018-03-03Allow wallet files not in -walletdir directoryRussell Yanofsky
2018-03-01Merge #11882: Disable default fallbackfee on mainnetWladimir J. van der Laan
2018-03-01Merge #10387: Eventually connect to NODE_NETWORK_LIMITED peersWladimir J. van der Laan
2018-02-26test: Use wait_until to ensure ping goes outBen Woosley
2018-02-26Fix typospracticalswift
2018-02-26Merge #12083: Improve getchaintxstats test coverageWladimir J. van der Laan
2018-02-25[Tests] Check output of parent/child tx list from getrawmempool, getmempoolde...Conor Scott
2018-02-25[QA] add wallet-rbf testJonas Schnelli
2018-02-23Merge #12443: qa: Move common args to bitcoin.confMarcoFalke
2018-02-23Merge #12486: [test] Round target fee to 8 decimals in assert_fee_amountWladimir J. van der Laan
2018-02-22Don't test against the mempool min fee information in mempool_limit.pyBen Woosley
2018-02-20[test] Round target fee to 8 decimals in assert_fee_amountKarl-Johan Alm
2018-02-18qa: Fix python TypeError in script.pyMarcoFalke
2018-02-17Add test for signrawtransactionAndrew Chow
2018-02-17scripted-diff: change signrawtransaction to signrawtransactionwithwallet in t...Andrew Chow
2018-02-17Split signrawtransaction into wallet and non-walletAndrew Chow
2018-02-17Merge #10583: [RPC] Split part of validateaddress into getaddressinfoJonas Schnelli
2018-02-16Merge #12455: Fix bip68 sequence test to reflect updated rpc error messageMarcoFalke
2018-02-16Revert "[tests] bind functional test nodes to 127.0.0.1"John Newbery
2018-02-16test: Fix bip68 sequence test to reflect updated rpc error messageBen Woosley
2018-02-16scripted-diff: validateaddress to getaddressinfo in testsAndrew Chow