computer: snapshot

This commit is contained in:
nym21
2025-12-01 23:23:35 +01:00
parent 35e567cfb6
commit b6ec133368
13 changed files with 937 additions and 228 deletions

View File

@@ -229,8 +229,6 @@ impl Computer {
)?;
info!("Computed pools in {:?}", i.elapsed());
return Ok(());
info!("Computing stateful...");
self.stateful.compute(
indexer,
@@ -241,6 +239,8 @@ impl Computer {
exit,
)?;
return Ok(());
info!("Computing cointime...");
self.cointime.compute(
&self.indexes,