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 |
|
MarcoFalke
|
face8123fd
|
log: [refactor] Use info level for init logs
This refactor does not change behavior.
|
2025-07-25 09:50:50 +02:00 |
|
MarcoFalke
|
1111e2f8b4
|
Use steady clock in SeedStrengthen and FindBestImplementation
|
2023-03-02 14:48:28 +01:00 |
|
Russell Yanofsky
|
90fc8b089d
|
Add src/node/* code to node:: namespace
|
2022-01-06 22:14:16 -05:00 |
|
MarcoFalke
|
fa8f60e311
|
scripted-diff: Move minisketchwrapper to src/node
-BEGIN VERIFY SCRIPT-
# Move module
git mv src/minisketchwrapper.cpp src/node/
git mv src/minisketchwrapper.h src/node/
# Replacements
sed -i 's:minisketchwrapper:node/minisketchwrapper:g' $(git grep -l minisketchwrapper)
sed -i 's:MINISKETCHWRAPPER_H:NODE_MINISKETCHWRAPPER_H:g' $(git grep -l MINISKETCHWRAPPER_H)
sed -i 's:DBWRAPPER_H:NODE_MINISKETCHWRAPPER_H:g' ./src/node/minisketchwrapper.h
-END VERIFY SCRIPT-
|
2021-11-12 10:56:08 +01:00 |
|