global: big snapshot

This commit is contained in:
nym21
2026-01-09 20:00:20 +01:00
parent cb0abc324e
commit 426d7797a3
442 changed files with 17952 additions and 20071 deletions

View File

@@ -9,7 +9,7 @@ use brk_indexer::Indexer;
use brk_iterator::Blocks;
use brk_reader::Reader;
use brk_rpc::{Auth, Client};
use log::{debug, info};
use tracing::{debug, info};
use vecdb::Exit;
pub fn main() -> Result<()> {

View File

@@ -30,7 +30,7 @@ fn run() -> Result<()> {
let computer = Computer::forced_import(&outputs_dir, &indexer, Some(fetcher))?;
let _a = dbg!(computer.transactions.fees.txindex_to_fee.region().meta());
let _a = dbg!(computer.transactions.fees.fee.base.region().meta());
Ok(())
}

View File

@@ -14,7 +14,7 @@ use brk_indexer::Indexer;
use brk_iterator::Blocks;
use brk_reader::Reader;
use brk_rpc::{Auth, Client};
use log::{debug, info};
use tracing::{debug, info};
use vecdb::Exit;
pub fn main() -> color_eyre::Result<()> {