aboutsummaryrefslogtreecommitdiff
path: root/test/functional/wallet_transactiontime_rescan.py
AgeCommit message (Collapse)Author
2023-03-21test: Replace threading with concurrent.futuresMarcoFalke
2023-03-15test: fix race condition in encrypted wallet rescan testsishaanam
2023-02-14test: test rescanning encrypted walletsishaanam
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
-BEGIN VERIFY SCRIPT- ./contrib/devtools/copyright_header.py update ./ -END VERIFY SCRIPT- Commits of previous years: - 2021: f47dda2c58b5d8d623e0e7ff4e74bc352dfa83d7 - 2020: fa0074e2d82928016a43ca408717154a1c70a4db - 2019: aaaaad6ac95b402fe18d019d67897ced6b316ee0
2022-11-10test: Remove wallet option from non-wallet testsMacroFake
Review note: The changes are complete, because self.options.descriptors is set to None in parse_args (test_framework.py). A value of None implies -disablewallet, see the previous commit. So if a call to add_wallet_options is missing, it will lead to a test failure when the wallet is compiled in.
2022-08-23test: add coverage for invalid parameters for `rescanblockchain`brunoerg
2021-11-25test: fix test wallet_transactiontime_rescan.py for descriptor walletsSebastian Falbesoner
2021-11-25test: refactor: use `set_node_times` helper in wallet_transactiontime_rescan.pySebastian Falbesoner
2021-11-10scripted-diff: Bump copyright headersMarcoFalke
The previous diff touched most files in ./test/, so bump the headers to avoid having to touch them again for a bump later. -BEGIN VERIFY SCRIPT- ./contrib/devtools/copyright_header.py update ./test/ -END VERIFY SCRIPT-
2021-10-06test: Use generate* from TestFramework, not TestNodeMarcoFalke
2021-09-28test: add functional test to check transaction time determination during ↵BitcoinTsunami
block rescanning