Hennadii Stepanov
a5a8c4139c
ci, iwyu: Fix warnings in src/kernel and treat them as errors
2026-01-16 14:25:45 +00:00
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
TheCharlatan
41eba5bd71
kernel: Remove key module from kernel library
...
The key module's functionality is not used by the kernel library, but
currently kernel users are still required to initialize the key module's
`secp256k1_context_sign` global as part of the `kernel::Context` through
`ECC_Start`.
2024-05-09 15:56:08 +02:00
MarcoFalke
fa2c486afc
Revert "time: add runtime sanity check"
...
This reverts commit 3c2e16be22 .
2024-03-18 16:01:08 +01:00
Ryan Ofsky
8aa8f73adc
refactor: Replace std::optional<bilingual_str> with util::Result
2023-05-24 08:55:47 -04:00
Ryan Ofsky
1e761a0169
ci: Enable IWYU in src/kernel directory
...
Suggested https://github.com/bitcoin/bitcoin/pull/25308#discussion_r892505713
2022-07-19 16:54:52 -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