John Newbery
3fd7e76f6d
[tests] Move deterministic address import to setup_nodes
...
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-11-01 12:53:49 -04:00
MarcoFalke
fac9539836
qa: Run all tests even if wallet is not compiled
2018-09-10 17:53:21 -04:00
MarcoFalke
faa669cbcd
qa: Premine to deterministic address with -disablewallet
2018-09-10 17:51:46 -04:00
practicalswift
68400d8b96
tests: Use explicit imports
2018-08-13 14:13:39 +02:00
DrahtBot
eb7daf4d60
Update copyright headers to 2018
2018-07-27 07:15:02 -04:00
Conor Scott
b466f6be95
[Tests] Use blockmaxweight where tests previously had blockmaxsize
2018-03-26 19:53:58 +04:00
John Newbery
4757c04cb9
[config] Remove blockmaxsize option
...
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-22 10:28:56 -04:00
practicalswift
a004eb1dae
tests: Remove unused argument max_invalid from check_estimates(...)
2018-03-21 10:38:11 +01:00
Andrew Chow
eefff65a4b
scripted-diff: change signrawtransaction to signrawtransactionwithwallet in 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-17 11:42:01 -05:00
John Newbery
a5623b1615
[tests] Remove tests for deprecated estimatefee RPC
2018-02-02 10:56:49 -05:00
John Newbery
d119f2ec1a
[tests] Fix style warnings in feature_fee_estimation.py
2018-02-02 10:08:37 -05:00
Anthony Towns
ca6523d0c8
[tests] Rename feature_* functional tests.
2018-01-25 09:44:29 +10:00