global: runs

This commit is contained in:
nym21
2026-03-07 14:26:45 +01:00
parent 1011825949
commit bcebf1cdc5
32 changed files with 345 additions and 339 deletions
@@ -24,7 +24,7 @@ impl DeltaVecs {
version: Version,
indexes: &indexes::Vecs,
) -> Result<Self> {
let version = version + Version::ONE;
let version = version + Version::TWO;
let all = RollingDelta::forced_import(db, "addr_count", version, indexes)?;
@@ -12,6 +12,7 @@ use crate::{
internal::{
ByUnit, ComputedFromHeight, ComputedFromHeightCumulative, LazyFromHeight,
NegCentsUnsignedToDollars, RatioCents64, RollingWindows, SatsToCents,
ValueFromHeightCumulative,
},
prices,
};