aboutsummaryrefslogtreecommitdiff
path: root/test/functional/feature_dbcrash.py
AgeCommit message (Expand)Author
2022-07-03test: pass `dustrelayfee=0` option for tests using dust (instead of `acceptno...Sebastian Falbesoner
2022-06-27test: Return new_utxos from create_self_transfer_multi in MiniWalletMacroFake
2022-05-19test: use MiniWallet for feature_dbcrash.pySebastian Falbesoner
2021-11-10scripted-diff: Bump copyright headersMarcoFalke
2021-10-29test: Implicitly sync after generate*, unless opted outMarcoFalke
2021-08-19Use generate* from TestFrameworkMarcoFalke
2021-08-18test: use f-strings in feature_dbcrash.pyfanquake
2021-08-01test: refactor: remove `hex_str_to_bytes` helperSebastian Falbesoner
2021-06-21test: remove `ToHex` helper, use .serialize().hex() insteadSebastian Falbesoner
2021-02-01scripted-diff: Remove setup_clean_chain if default is not changedFabian Jahr
2020-12-31scripted-diff: Bump copyright headersMarcoFalke
2020-09-29test: Get rid of default wallet hacksRussell Yanofsky
2020-09-18test: create default wallet in extended testsSjors Provoost
2020-08-06refactor: test: use _ variable for unused loop countersSebastian Falbesoner
2020-05-19test: Fix intermittent failure in feature_dbcrashMarcoFalke
2019-12-06tests: Mark functional tests not supporting bitcoin-cli (--usecli) as suchpracticalswift
2019-09-16test: Bump timeouts in slow running testsMarcoFalke
2019-08-06refactor: pcoinsTip -> CChainState::CoinsTip()James O'Beirne
2019-08-02Merge #16493: test: Fix test failuresMarcoFalke
2019-07-30test: Add -acceptnonstdtxn to self.extra_args[3]MarcoFalke
2019-07-30test: Bump rpc_timeout in feature_dbcrashMarcoFalke
2019-07-29qa: fix deprecated log.warn in feature_dbcrash testJon Atack
2019-03-04test: Remove python3.4 workaround in feature_dbcrashMarcoFalke
2018-12-22scripted-diff: Rename rpc_timewait to rpc_timeoutMarcoFalke
2018-11-01[tests] Move deterministic address import to setup_nodesJohn Newbery
2018-09-10qa: Run all tests even if wallet is not compiledMarcoFalke
2018-08-13tests: Use explicit importspracticalswift
2018-08-08Merge #13780: 0.17: Pre-branch maintenanceWladimir J. van der Laan
2018-08-01qa: Extract rpc_timewait as test paramMarcoFalke
2018-07-27Update copyright headers to 2018DrahtBot
2018-02-17scripted-diff: change signrawtransaction to signrawtransactionwithwallet in t...Andrew Chow
2018-01-25[tests] Rename feature_* functional tests.Anthony Towns