Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-07-16 | scripted-diff: Add `__file__` argument to `BitcoinTestFramework.init()` | Hennadii Stepanov | |
-BEGIN VERIFY SCRIPT- sed -i -e 's/\s*().main\s*()/(__file__).main()/' $(git ls-files test/functional/*.py) sed -i -e 's/def __init__(self)/def __init__(self, test_file)/' test/functional/test_framework/test_framework.py -END VERIFY SCRIPT- | |||
2020-12-31 | scripted-diff: Bump copyright headers | MarcoFalke | |
-BEGIN VERIFY SCRIPT- ./contrib/devtools/copyright_header.py update ./ -END VERIFY SCRIPT- | |||
2020-08-26 | test: Update wait_until usage in tests not to use the one from utils | Seleme Topuz | |
Replace "wait_until()" usage from utils, with the ones from BitcoinTestFramework and P2PInterface. closes #19080 | |||
2019-12-30 | scripted-diff: Bump copyright of files changed in 2019 | MarcoFalke | |
-BEGIN VERIFY SCRIPT- ./contrib/devtools/copyright_header.py update ./ -END VERIFY SCRIPT- | |||
2019-12-06 | tests: Mark functional tests not supporting bitcoin-cli (--usecli) as such | practicalswift | |
2019-01-16 | qa: Remove race between connecting and shutdown on separate connections | João Barbosa | |
2018-11-23 | qa: Test bitcond shutdown | João Barbosa | |