Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-03 | script, test: fix python linter E275 errors with flake8 5.0.4 | Jon Atack | |
2022-12-24 | scripted-diff: Bump copyright headers | Hennadii 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-10 | test: Remove wallet option from non-wallet tests | MacroFake | |
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. | |||
2019-12-06 | tests: Mark functional tests not supporting bitcoin-cli (--usecli) as such | practicalswift | |
2019-10-30 | QA: Add wallet_implicitsegwit to test the ability to transform keys between ↵ | Luke Dashjr | |
address types |