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