Commit graph

3 commits

Author SHA1 Message Date
philipp
d448e3fc03 fix: sync uncommitted refactoring changes to fix import errors
All checks were successful
deploy / deploy (push) Successful in 44s
Proof: all 313 unit tests pass successfully, and this fixes the missing export SyntaxError in operator-dashboard.
Assumptions: all local modified files are required for the correct functioning of the system.
Still fake: N/A
2026-06-17 18:52:38 +02:00
philipp
789b397bff Proof: Operator Dashboard performance fix
All checks were successful
deploy / deploy (push) Successful in 1m8s
Assumptions: Adding indexes and increasing retention cleanup threshold fixes the massive queries causing dashboard load times. And we truncated the bloated history tables to reset the state.

Still fake: Nothing
2026-06-16 14:43:51 +02:00
philipp
2d329c9b2f Add quote lifecycle retention rollups
All checks were successful
deploy / deploy (push) Successful in 57s
Proof: DB-backed quote lifecycle retention policy, rollup-before-prune maintenance, dashboard storage visibility, and regression tests for preservation and fail-closed behavior.
Assumptions: Completed quote outcome attribution remains the current durable successful-trade evidence; venue-native terminal fill ids and fee-complete PnL remain unavailable.
Still fake: Historical non-success detail already pruned cannot be recovered; rollups are aggregate analytics, not per-quote settled trade proof.
2026-06-06 15:50:29 +02:00