MarcoFalke
|
fa0b916971
|
scripted-diff: Use generate* from TestFramework
-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-
|
3 years ago |
fanquake
|
dca173cc04
|
test: use f-strings in feature_blocksdir.py
|
3 years ago |
MarcoFalke
|
aaaaad6ac9
|
scripted-diff: Bump copyright of files changed in 2019
-BEGIN VERIFY SCRIPT-
./contrib/devtools/copyright_header.py update ./
-END VERIFY SCRIPT-
|
5 years ago |
MarcoFalke
|
fa8a1d7ba3
|
test: Adapt test framework for chains other than "regtest"
Co-Authored-By: Jorge Timón <jtimon@jtimon.cc>
|
5 years ago |
Hennadii Stepanov
|
e4a0c3547e
|
Improve blocksdir functional test.
A new node should not create an unused `blocks` directory in the root of
the data directory when `-testnet` or `-regtest` is specified.
|
6 years ago |
sanket1729
|
0ca4c8b3c6
|
Changed functional tests which do not require wallets to run without
skipping .Addreses #14216. Changed get_deterministic_priv_key() to a
named tuple
|
6 years ago |
MarcoFalke
|
fac9539836
|
qa: Run all tests even if wallet is not compiled
|
6 years ago |
Alexander Leishman
|
241f8b5de4
|
Fix typo in feature_blocksdir.py log message
|
6 years ago |
MarcoFalke
|
faace13868
|
qa: Match full plain text by default
|
7 years ago |
MarcoFalke
|
d71bedb95a
|
qa: Fix function names in feature_blocksdir
|
7 years ago |
Jonas Schnelli
|
a1926362ec
|
-blocksdir: keep blockindex leveldb database in datadir
|
7 years ago |
Jonas Schnelli
|
f38e4fdb06
|
QA: Add -blocksdir test
|
7 years ago |