Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-26 | [Tests] Use blockmaxweight where tests previously had blockmaxsize | Conor Scott | |
2018-03-22 | [config] Remove blockmaxsize option | John Newbery | |
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. | |||
2018-03-21 | tests: Remove unused argument max_invalid from check_estimates(...) | practicalswift | |
2018-02-17 | scripted-diff: change signrawtransaction to signrawtransactionwithwallet in ↵ | Andrew Chow | |
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- | |||
2018-02-02 | [tests] Remove tests for deprecated estimatefee RPC | John Newbery | |
2018-02-02 | [tests] Fix style warnings in feature_fee_estimation.py | John Newbery | |
2018-01-25 | [tests] Rename feature_* functional tests. | Anthony Towns | |