MarcoFalke
fac9539836
qa: Run all tests even if wallet is not compiled
6 years ago
practicalswift
68400d8b96
tests: Use explicit imports
6 years ago
DrahtBot
eb7daf4d60
Update copyright headers to 2018
6 years ago
Ben Woosley
89e70f9d7f
Fix that CWallet::AbandonTransaction would only traverse one level
...
Prior to this change, it would mark only the first layer of
child transactions abandoned, due to always following the input hashTx
rather than the current now tx.
6 years ago
Dimitris Apostolou
4d9b4256d8
Fix typos
7 years ago
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-
7 years ago
MarcoFalke
fa795cf9c5
wallet: Disallow abandon of conflicted txes
7 years ago
Anthony Towns
90600bc7db
[tests] Rename wallet_* functional tests.
7 years ago