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

@@ -16,8 +16,8 @@ impl Query {
let max_height = Height::from(
indexer
.vecs
.block
.height_to_blockhash
.blocks
.blockhash
.len()
.saturating_sub(1),
);
@@ -30,8 +30,8 @@ impl Query {
Some(
indexer
.vecs
.block
.height_to_blockhash
.blocks
.blockhash
.read_once(height.incremented())?,
)
} else {