global: snapshot part 0

This commit is contained in:
nym21
2026-03-19 22:21:23 +01:00
parent 2ce6a7cee2
commit 19bd17566f
12 changed files with 121 additions and 186 deletions

View File

@@ -15,14 +15,14 @@ impl Query {
let iter = Day1Iter::new(computer, start, current_height.to_usize());
// Rolling 24h average, sampled at day1 boundaries
// Rolling 24h median, sampled at day1 boundaries
let sizes_vec = &computer
.blocks
.size
.size
.rolling
.distribution
.average
.median
._24h
.day1;
let weights_vec = &computer
@@ -31,7 +31,7 @@ impl Query {
.weight
.rolling
.distribution
.average
.median
._24h
.day1;