global: one big snapshot

This commit is contained in:
nym21
2025-08-02 16:59:22 +02:00
parent aa8b47a3dd
commit f7aa9424db
252 changed files with 6283 additions and 5264 deletions

View File

@@ -1,6 +1,6 @@
use std::path::Path;
use brk_core::Height;
use brk_structs::Height;
use serde::{Deserialize, Serialize};
use crate::path_to_modified_time;

View File

@@ -9,7 +9,7 @@ use bitcoin::{Block, BlockHash};
use bitcoincore_rpc::RpcApi;
use blk_index_to_blk_path::*;
use blk_recap::BlkRecap;
use brk_core::Height;
use brk_structs::Height;
use crossbeam::channel::{Receiver, bounded};
use rayon::prelude::*;