kernel: Add pure kernel bitcoin-chainstate

Re-write the bitcoin-chainstate utility by only using the kernel C++ API
header instead of internal Bitcoin Core code.
This commit is contained in:
TheCharlatan
2024-06-14 18:33:08 +02:00
parent 36ec9a3ea2
commit 7990463b10
4 changed files with 197 additions and 260 deletions

View File

@@ -374,6 +374,7 @@ fn lint_std_filesystem() -> LintResult {
":(exclude)src/ipc/libmultiprocess/",
":(exclude)src/util/fs.h",
":(exclude)src/test/kernel/test_kernel.cpp",
":(exclude)src/bitcoin-chainstate.cpp",
])
.status()
.expect("command error")