Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-10 | qa: Run all tests even if wallet is not compiled | MarcoFalke | |
2018-08-13 | tests: Use explicit imports | practicalswift | |
2018-07-27 | Update copyright headers to 2018 | DrahtBot | |
2018-07-13 | Fix that CWallet::AbandonTransaction would only traverse one level | Ben Woosley | |
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. | |||
2018-03-21 | Fix typos | Dimitris Apostolou | |
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-06 | wallet: Disallow abandon of conflicted txes | MarcoFalke | |
2018-01-25 | [tests] Rename wallet_* functional tests. | Anthony Towns | |