Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-09 | kernel: Remove key module from kernel library | TheCharlatan | |
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-03-18 | Revert "time: add runtime sanity check" | MarcoFalke | |
This reverts commit 3c2e16be22ae04bf56663ee5ec1554d0d569741b. | |||
2023-05-24 | refactor: Replace std::optional<bilingual_str> with util::Result | Ryan Ofsky | |
2022-07-19 | ci: Enable IWYU in src/kernel directory | Ryan Ofsky | |
Suggested https://github.com/bitcoin/bitcoin/pull/25308#discussion_r892505713 | |||
2022-07-19 | refactor: Reduce number of SanityChecks return values | Ryan Ofsky | |
2022-06-02 | kernel: SanityChecks: Return an error struct | Carl Dong | |
This reduces libbitcoinkernel's coupling with ui_interface and translation. | |||
2022-06-02 | Move init::SanityCheck to kernel::SanityCheck | Carl Dong | |