global: veccached change

This commit is contained in:
nym21
2026-04-10 11:30:29 +02:00
parent 12aae503c9
commit 286256ebf0
118 changed files with 579 additions and 900 deletions

View File

@@ -1,4 +1,4 @@
use brk_error::Result;
use brk_error::{OptionData, Result};
use brk_types::{BlockHash, BlockStatus, Height};
use vecdb::AnyVec;
@@ -25,7 +25,8 @@ impl Query {
.vecs
.blocks
.blockhash
.read_once(height.incremented())?,
.get(height.incremented())
.data()?,
)
} else {
None