aboutsummaryrefslogtreecommitdiff
path: root/test/functional/wallet_abandonconflict.py
AgeCommit message (Expand)Author
2020-10-20scripted-diff: test: Replace uses of (dis)?connect_nodes globalPrayank
2020-06-22test: refactor functional tests to use restart_nodeChristopher Coverdale
2020-05-05test: Fix intermittent sync_blocks failuresMarcoFalke
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-04-05Shift coverage from getunconfirmedbalance to getbalances in wallet_abandoncon...Jon Atack
2019-12-09test: re-enable CLI test support by using EncodeDecimal in json.dumps()fanquake
2019-12-06tests: Mark functional tests not supporting bitcoin-cli (--usecli) as suchpracticalswift
2019-11-19test: Wait until mempool is loaded in wallet_abandonconflictMarcoFalke
2019-04-09test: Remove unused importsMarcoFalke
2019-04-09scripted-diff: use self.sync_* methodsMarcoFalke
2019-02-17Address test todos by removing -txindex to nodes.Amiti Uttarwar
2019-02-01Merge #15247: qa: Use wallet to retrieve raw transactionsMarcoFalke
2019-01-26qa: Use wallet to retrieve raw transactionsMarcoFalke
2019-01-26[RPC] Update getrawtransaction interfaceAmiti Uttarwar
2019-01-25qa: Style-only fixes in touched filesMarcoFalke
2018-09-10qa: Run all tests even if wallet is not compiledMarcoFalke
2018-08-13tests: Use explicit importspracticalswift
2018-07-27Update copyright headers to 2018DrahtBot
2018-07-13Fix that CWallet::AbandonTransaction would only traverse one levelBen Woosley
2018-03-21Fix typosDimitris Apostolou
2018-02-17scripted-diff: change signrawtransaction to signrawtransactionwithwallet in t...Andrew Chow
2018-02-06wallet: Disallow abandon of conflicted txesMarcoFalke
2018-01-25[tests] Rename wallet_* functional tests.Anthony Towns