aboutsummaryrefslogtreecommitdiff
path: root/test/functional/wallet_backup.py
AgeCommit message (Expand)Author
2024-02-28test: add option to speed up tx relay/mempool syncbrunoerg
2023-10-10 test: Use pathlib over os.path #28362ns-xvrn
2023-09-05Merge bitcoin/bitcoin#28195: blockstorage: Drop legacy -txindex checkfanquake
2023-08-23test: wallet_backup.py, fix intermittent failure in "restore using dumped wal...furszy
2023-08-01scripted-diff: Use blocks_path where possibleMarcoFalke
2023-06-21scripted-diff: Use wallets_path and chain_path where possibleMarcoFalke
2023-06-21test: Use wallet_dir lambda in wallet_multiwallet test where possibleMarcoFalke
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-11-10test: Remove wallet option from non-wallet testsMacroFake
2021-12-15refactor: remove the wallet folder if the restore failsw0xlt
2021-12-15refactor: Move restorewallet() RPC logic to the wallet sectionw0xlt
2021-11-10scripted-diff: Bump copyright headersMarcoFalke
2021-11-10scripted-diff: Remove redundant sync_all and sync_blocksMarcoFalke
2021-10-20Make explicit the node param in init_wallet()lsilva01
2021-09-02scripted-diff: Use generate* from TestFrameworkMarcoFalke
2021-08-10Change the wallet_backup.py test to use the restorewallet RPC command instead...lsilva01
2021-05-31Use COINBASE_MATURITY constant in functional tests.Kiminuo
2020-10-21wallet: Make -wallet setting not create walletsRussell Yanofsky
2020-10-20scripted-diff: test: Replace uses of (dis)?connect_nodes globalPrayank
2020-10-14Run dumpwallet for legacy wallets only in wallet_backup.pyAndrew Chow
2020-09-29test: Get rid of default wallet hacksRussell Yanofsky
2020-09-29test, refactor: add default_wallet_name and wallet_data_filename variablesRussell Yanofsky
2020-09-08Do not create default walletAndrew Chow
2020-08-06refactor: test: use _ variable for unused loop countersSebastian Falbesoner
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-02-26test: Reduce unneeded whitelist permissions in testsMarcoFalke
2019-10-26Tests: Use self.chain instead of 'regtest' in almost all current testsJorge Timón
2019-10-13test: speedup wallet_backup by whitelisting peers (immediate tx relay)Sebastian Falbesoner
2019-09-16test: Bump timeouts in slow running testsMarcoFalke
2019-04-09test: Remove unused importsMarcoFalke
2019-04-09scripted-diff: use self.sync_* methodsMarcoFalke
2018-12-22scripted-diff: Remove unused 'split' parameter to setup_networkMarcoFalke
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-03-19qa: Use node.datadir instead of tmpdir in test frameworkMarcoFalke
2018-01-25[tests] Rename wallet_* functional tests.Anthony Towns