MarcoFalke
|
fa00447442
|
scripted-diff: Use clang-tidy syntax for C++ named arguments
-BEGIN VERIFY SCRIPT-
perl -0777 -pi -e 's:((\(|\{|,)(\n| )*)\/\* ?([^=* ]+) ?\*\/ ?:\1/*\4=*/:g' $( git ls-files ./src/test ./src/wallet/test )
-END VERIFY SCRIPT-
|
2021-11-19 12:41:47 +01:00 |
|
MarcoFalke
|
fa45a1338a
|
refactor: Remove unused validation includes
|
2021-09-20 12:16:20 +02:00 |
|
Kiminuo
|
4c3a5dcbfc
|
scripted-diff: Replace GetDataDir() calls with gArgs.GetDataDirNet() calls
-BEGIN VERIFY SCRIPT-
git ls-files -- 'src' ':(exclude)src/util/system.h' ':(exclude)src/util/system.cpp' | xargs sed -i 's/GetDataDir()/gArgs.GetDataDirNet()/g';
-END VERIFY SCRIPT-
|
2021-05-24 10:29:58 +02:00 |
|
MarcoFalke
|
fa91994b1b
|
fuzz: Add utxo_snapshot target
|
2021-05-16 11:34:27 +02:00 |
|