website: snapshot

This commit is contained in:
nym21
2026-02-04 17:26:35 +01:00
parent 0d5d7da70f
commit 0437ce1bb4
33 changed files with 5752 additions and 995 deletions
@@ -42,6 +42,10 @@ pub fn compute_rest_part1(
utxo_cohorts.compute_rest_part1(indexes, price, starting_indexes, exit)?;
address_cohorts.compute_rest_part1(indexes, price, starting_indexes, exit)?;
// Recompute net_sentiment for aggregate cohorts as weighted average
utxo_cohorts.compute_aggregate_net_sentiment(indexes, starting_indexes, exit)?;
address_cohorts.compute_aggregate_net_sentiment(indexes, starting_indexes, exit)?;
Ok(())
}