aboutsummaryrefslogtreecommitdiff
path: root/test/functional/feature_fee_estimation.py
Commit message (Collapse)AuthorAgeFilesLines
* qa: Run all tests even if wallet is not compiledMarcoFalke2018-10-241-0/+3
| | | | | Github-Pull: #14180 Rebased-From: fac95398366f644911b58f1605e6bc37fb76782d
* qa: Premine to deterministic address with -disablewalletMarcoFalke2018-10-241-0/+5
| | | | | Github-Pull: #14180 Rebased-From: faa669cbcd1fc799517b523b0f850e01b11bf40a
* tests: Use explicit importspracticalswift2018-08-131-1/+1
|
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
|
* [Tests] Use blockmaxweight where tests previously had blockmaxsizeConor Scott2018-03-261-4/+4
|
* [config] Remove blockmaxsize optionJohn Newbery2018-03-221-2/+2
| | | | | | | | | | The blockmaxsize option was marked as deprecated in V0.15.1, and code was added to convert provided blockmaxsize into blockmaxweight. However, this code was incorrectly implemented, and blockmaxsize was silently ignored. No users have complained about blockmaxsize being ignored, so just remove it in V0.17.
* tests: Remove unused argument max_invalid from check_estimates(...)practicalswift2018-03-211-4/+4
|
* scripted-diff: change signrawtransaction to signrawtransactionwithwallet in ↵Andrew Chow2018-02-171-1/+1
| | | | | | | | | tests -BEGIN VERIFY SCRIPT- sed -i 's/\<signrawtransaction\>/signrawtransactionwithwallet/g' test/functional/*.py sed -i 's/\<signrawtransaction\>/signrawtransactionwithwallet/g' test/functional/test_framework/*.py -END VERIFY SCRIPT-
* [tests] Remove tests for deprecated estimatefee RPCJohn Newbery2018-02-021-48/+26
|
* [tests] Fix style warnings in feature_fee_estimation.pyJohn Newbery2018-02-021-61/+60
|
* [tests] Rename feature_* functional tests.Anthony Towns2018-01-251-0/+262