aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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-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-26Fix typospracticalswift
2018-02-26Merge #12083: Improve getchaintxstats test coverageWladimir J. van der Laan
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
2018-02-16Create getaddressinfo RPC and deprecate parts of validateaddressAndrew Chow
2018-02-15qa: Improve getchaintxstats functional testJoão Barbosa
2018-02-15qa: Move common args to bitcoin.confMarcoFalke
2018-02-15Merge #12200: Bind functional test nodes to 127.0.0.1Wladimir J. van der Laan
2018-02-15Merge #12356: Fix 'mempool min fee not met' debug outputWladimir J. van der Laan
2018-02-15Fix typo in test_runner.py causing errorMeshCollider
2018-02-14Merge #12409: rpc: Reject deprecated reserveChangeKey in fundrawtransactionWladimir J. van der Laan
2018-02-13Merge #11771: [tests] Change invalidtxrequest to use BitcoinTestFrameworkWladimir J. van der Laan
2018-02-12Merge #11858: qa: Prepare tests for WindowsWladimir J. van der Laan
2018-02-11Fix a-vs-an typospracticalswift
2018-02-10rpc: Reject deprecated reserveChangeKey in fundrawtransactionMarcoFalke
2018-02-09[QA] add NODE_NETWORK_LIMITED address relay and sync testJonas Schnelli
2018-02-09[QA] fix mininode CAddress ser/deserJonas Schnelli
2018-02-08Consistently use FormatStateMessage in RPC error outputBen Woosley
2018-02-08Add test for 'mempool min fee not met' rpc errorBen Woosley
2018-02-08Merge #12282: wallet: Disallow abandon of conflicted txesWladimir J. van der Laan
2018-02-08Merge #12295: Enable flake8 warnings for all currently non-violated rulesMarcoFalke
2018-02-08Merge #12336: Remove deprecated rpc optionsWladimir J. van der Laan
2018-02-08[tests] Remove test for deprecated createmultsig optionJohn Newbery
2018-02-08Merge #12315: Bech32 addresses in dumpwalletWladimir J. van der Laan
2018-02-07Bech32 addresses in dumpwalletfivepiece
2018-02-06wallet: Disallow abandon of conflicted txesMarcoFalke
2018-02-06[tests] Update README after filename changeConor Scott
2018-02-02Merge #12317: Document method for reviewers to verify chainTxDataWladimir J. van der Laan
2018-02-02[tests] Remove estimatefee from rpc_deprecated.py testJohn Newbery
2018-02-02[tests] Remove tests for deprecated estimatefee RPCJohn Newbery
2018-02-02[tests] Fix style warnings in feature_fee_estimation.pyJohn Newbery
2018-02-02Document method for reviewers to verify chainTxDataJohn Newbery
2018-02-02Merge #11869: QA: segwit.py: s/find_unspent/find_spendable_utxo/MarcoFalke