global: snapshot

This commit is contained in:
nym21
2026-03-10 14:25:11 +01:00
parent 9aed86cbf2
commit ed0c9ade1a
26 changed files with 599 additions and 674 deletions

View File

@@ -2,13 +2,11 @@ mod base;
mod basic;
mod core;
mod full;
mod minimal;
pub use self::core::UnrealizedCore;
pub use base::UnrealizedBase;
pub use basic::UnrealizedBasic;
pub use full::UnrealizedFull;
pub use minimal::UnrealizedMinimal;
use brk_error::Result;
use brk_types::{Height, Indexes};
@@ -51,11 +49,11 @@ impl UnrealizedLike for UnrealizedBase {
fn compute_rest(
&mut self,
blocks: &blocks::Vecs,
prices: &prices::Vecs,
_prices: &prices::Vecs,
starting_indexes: &Indexes,
exit: &Exit,
) -> Result<()> {
self.compute_rest(blocks, prices, starting_indexes, exit)
self.compute_rest(blocks, starting_indexes, exit)
}
fn compute_net_sentiment_height(
&mut self,