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
|
fa5680b752
|
fix includes for touched header files (iwyu)
|
2023-05-29 13:26:31 +02:00 |
|
MarcoFalke
|
dddde27f6f
|
Add [[nodiscard]] where ignoring a Result return type is an error
|
2023-05-29 13:12:45 +02:00 |
|
Ryan Ofsky
|
8aa8f73adc
|
refactor: Replace std::optional<bilingual_str> with util::Result
|
2023-05-24 08:55:47 -04:00 |
|
Ryan Ofsky
|
6db6552377
|
refactor: Reduce number of SanityChecks return values
|
2022-07-19 16:54:52 -04:00 |
|
Carl Dong
|
d87784ac87
|
kernel: SanityChecks: Return an error struct
This reduces libbitcoinkernel's coupling with ui_interface and
translation.
|
2022-06-02 12:22:46 -04:00 |
|
Carl Dong
|
265d6393bf
|
Move init::SanityCheck to kernel::SanityCheck
|
2022-06-02 11:42:12 -04:00 |
|