aboutsummaryrefslogtreecommitdiff
path: root/test/functional/feature_blocksdir.py
AgeCommit message (Collapse)Author
2019-12-30scripted-diff: Bump copyright of files changed in 2019MarcoFalke
-BEGIN VERIFY SCRIPT- ./contrib/devtools/copyright_header.py update ./ -END VERIFY SCRIPT-
2019-07-31test: Adapt test framework for chains other than "regtest"MarcoFalke
Co-Authored-By: Jorge Timón <jtimon@jtimon.cc>
2018-11-30Improve 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-17Changed functional tests which do not require wallets to run withoutsanket1729
skipping .Addreses #14216. Changed get_deterministic_priv_key() to a named tuple
2018-09-10qa: Run all tests even if wallet is not compiledMarcoFalke
2018-08-15Fix typo in feature_blocksdir.py log messageAlexander Leishman
2018-04-01qa: Match full plain text by defaultMarcoFalke
2018-03-27qa: Fix function names in feature_blocksdirMarcoFalke
2018-03-20-blocksdir: keep blockindex leveldb database in datadirJonas Schnelli
2018-03-18QA: Add -blocksdir testJonas Schnelli