Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-02 | test: Explain why -whitelist is used in feature_fee_estimation | MarcoFalke | |
Also, Remove seemingly unused and undocumented -maxorphantx=1000 | |||
2019-08-02 | test: Format feature_fee_estimation with pep8 | MarcoFalke | |
2019-08-01 | Test: Set -acceptnonstdtxn in feature_fee_estimation | MarcoFalke | |
2019-04-09 | test: Remove unused imports | MarcoFalke | |
2019-04-09 | scripted-diff: use self.sync_* methods | MarcoFalke | |
-BEGIN VERIFY SCRIPT- sed -i -e 's/sync_blocks(self.nodes)/self.sync_blocks()/g' $(git grep -l 'sync_blocks(self.nodes)' ./test/functional/*.py) sed -i -e 's/sync_mempools(self.nodes)/self.sync_mempools()/g' $(git grep -l 'sync_mempools(self.nodes)' ./test/functional/*.py) sed -i -e 's/ sync_blocks(/ self.sync_blocks(/g' $(git grep -l sync_blocks ./test/functional/*.py) sed -i -e 's/ sync_mempools(/ self.sync_mempools(/g' $(git grep -l sync_mempools ./test/functional/*.py) -END VERIFY SCRIPT- | |||
2019-03-14 | wallet/rpc: add maxfeerate parameter to sendrawtransaction | Karl-Johan Alm | |
2018-11-01 | [tests] Move deterministic address import to setup_nodes | John Newbery | |
This requires a small changes to a few tests, but means that deterministic addresses will always be imported (unless setup_nodes behaviour is explicitly overridden). | |||
2018-09-10 | qa: Run all tests even if wallet is not compiled | MarcoFalke | |
2018-09-10 | qa: Premine to deterministic address with -disablewallet | MarcoFalke | |
2018-08-13 | tests: Use explicit imports | practicalswift | |
2018-07-27 | Update copyright headers to 2018 | DrahtBot | |
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 | |