Files
foxhunt/services
jgrusewski c164e7e739 safety: replace Prometheus static panic with abort, fix test compilation
- trading_engine/src/types/metrics.rs: Replace 4 panic!() in Lazy statics
  with eprintln + std::process::abort() (avoids clippy::panic lint)
- trading_service: Fix test compilation after PaperTradingExecutor::new()
  return type change to Result

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-21 22:23:46 +01:00
..