core: init

This commit is contained in:
nym21
2025-02-24 14:08:51 +01:00
parent bc7a76755b
commit 53175c9ed7
65 changed files with 444 additions and 424 deletions

View File

@@ -11,6 +11,7 @@ use bitcoin::{Block, BlockHash};
use bitcoincore_rpc::RpcApi;
use blk_index_to_blk_path::*;
use blk_recap::BlkRecap;
use brk_core::Height;
use crossbeam::channel::{Receiver, bounded};
use rayon::prelude::*;
@@ -23,7 +24,6 @@ mod blk_metadata;
mod blk_recap;
mod block_state;
mod error;
mod height;
mod utils;
mod xor_bytes;
mod xor_index;
@@ -32,7 +32,6 @@ use blk_index_to_blk_recap::*;
use blk_metadata::*;
use block_state::*;
pub use error::*;
pub use height::*;
use utils::*;
use xor_bytes::*;
use xor_index::*;