Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-10 | scripted-diff: Bump copyright headers | MarcoFalke | |
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-09-02 | scripted-diff: Use generate* from TestFramework | MarcoFalke | |
-BEGIN VERIFY SCRIPT- sed --regexp-extended -i \ 's/((self\.)?(nodes\[[^]]+\]|[a-z_]*(wallet|node)[0-9a-z_]*))\.(generate(|toaddress|block|todescriptor)(\(|, ))/self.\5\1, /g' \ $(git grep -l generate ./test | grep -v 'test_framework/' | grep -v 'feature_rbf') -END VERIFY SCRIPT- | |||
2021-08-18 | test: use f-strings in feature_blocksdir.py | fanquake | |
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-07-31 | test: Adapt test framework for chains other than "regtest" | MarcoFalke | |
Co-Authored-By: Jorge Timón <jtimon@jtimon.cc> | |||
2018-11-30 | Improve blocksdir functional test. | Hennadii Stepanov | |
A new node should not create an unused `blocks` directory in the root of the data directory when `-testnet` or `-regtest` is specified. | |||
2018-09-17 | Changed functional tests which do not require wallets to run without | sanket1729 | |
skipping .Addreses #14216. Changed get_deterministic_priv_key() to a named tuple | |||
2018-09-10 | qa: Run all tests even if wallet is not compiled | MarcoFalke | |
2018-08-15 | Fix typo in feature_blocksdir.py log message | Alexander Leishman | |
2018-04-01 | qa: Match full plain text by default | MarcoFalke | |
2018-03-27 | qa: Fix function names in feature_blocksdir | MarcoFalke | |
2018-03-20 | -blocksdir: keep blockindex leveldb database in datadir | Jonas Schnelli | |
2018-03-18 | QA: Add -blocksdir test | Jonas Schnelli | |