proof-of-portfolio 0.0.88__py3-none-any.whl → 0.0.89__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,2 +1,2 @@
1
1
  # This file is auto-generated during build
2
- __version__ = "0.0.88"
2
+ __version__ = "0.0.89"
@@ -21,7 +21,6 @@ fn main(
21
21
  path_elements: [[Field; MERKLE_DEPTH]; MAX_SIGNALS],
22
22
  path_indices: [[Field; MERKLE_DEPTH]; MAX_SIGNALS],
23
23
  signals_merkle_root: pub Field,
24
- returns_commitment: pub Field,
25
24
  risk_free_rate: pub i64,
26
25
  use_weighting: bool,
27
26
  bypass_confidence: pub bool,
@@ -182,9 +181,6 @@ fn main(
182
181
  }
183
182
  let computed_returns_root = build_merkle_root(leaves, n_returns);
184
183
 
185
- // Verify returns commitment matches computed root
186
- assert(returns_commitment == computed_returns_root);
187
-
188
184
  [
189
185
  (avg_daily_pnl as u64) as Field,
190
186
  (sharpe_ratio as u64) as Field,