MarcoFalke
|
fa5f297748
|
scripted-diff: [doc] Unify stale copyright headers
-BEGIN VERIFY SCRIPT-
sed --in-place --regexp-extended \
's;( 20[0-2][0-9])(-20[0-2][0-9])? The Bitcoin Core developers;\1-present The Bitcoin Core developers;g' \
$( git grep -l 'The Bitcoin Core developers' -- ':(exclude)COPYING' ':(exclude)src/ipc/libmultiprocess' ':(exclude)src/minisketch' )
-END VERIFY SCRIPT-
|
2025-12-16 22:21:15 +01:00 |
|
Hennadii Stepanov
|
a0473442d1
|
scripted-diff: Add __file__ argument to BitcoinTestFramework.init()
-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-
|
2024-07-16 22:06:47 +01:00 |
|
crazeteam
|
52fa0d285f
|
doc: fix some typos
Signed-off-by: crazeteam <lilujing@outlook.com>
|
2024-03-26 16:51:46 +00:00 |
|
Suhas Daftuar
|
48262a00f5
|
Add functional test for block sync from inbound peers
|
2022-05-17 09:36:49 -04:00 |
|