unrip/test
philipp b6646fb7a3
All checks were successful
deploy / deploy (push) Successful in 1m0s
Keep live quote decision history current
Proof: history-writer now adds a repo-owned live evidence consumer group for normalized quotes and trade decisions while the existing durable group continues replaying retained backlog, so current maker timing and strategy truth can be persisted without abandoning old rows.

Assumptions: duplicate inserts are safe through existing event_id primary keys and bulk insert conflict handling; this changes only persistence catch-up behavior, not strategy decisions, relay submissions, pair enablement, edge, notional, inventory, arming, or response policy.

Still fake: venue-native terminal fill ids and fee-complete realized PnL remain unavailable; older normalized quote and decision backlog still depends on the durable replay group draining over time.
2026-05-19 16:13:57 +02:00
..
alert-engine.test.mjs Implement pair-native trade semantics 2026-05-18 18:52:18 +02:00
alert-notifier.test.mjs Implement runtime health sentinel and angry dashboard 2026-04-08 19:35:07 +02:00
armed-state-store.test.mjs Persist armed state across rollout 2026-04-03 20:08:10 +02:00
bootstrap_script_static_test.py Recreate topic bootstrap job during deploy 2026-05-18 21:09:02 +02:00
bridge-assets.test.mjs Use bridge deposit time for funding activity 2026-05-07 16:47:52 +02:00
config-assets.test.mjs Move trading config into Postgres 2026-05-12 21:34:58 +02:00
deploy-workflow-static.test.mjs Recreate topic bootstrap job during deploy 2026-05-18 21:09:02 +02:00
environment-status-history.test.mjs Persist NEAR status changes only 2026-04-17 14:34:10 +02:00
executor-command-expiry.test.mjs Restore live trading under quote pressure 2026-05-18 12:51:25 +02:00
executor-state-store.test.mjs Restore live trading under quote pressure 2026-05-18 12:51:25 +02:00
funding-observations.test.mjs Track nBTC reserve and legacy BTC asset 2026-05-07 16:06:26 +02:00
history-writer-refresh-config.test.mjs Move trading config into Postgres 2026-05-12 21:34:58 +02:00
history-writer-refresh-policy.test.mjs Use bridge deposit time for funding activity 2026-05-07 16:47:52 +02:00
history-writer-static.test.mjs Keep live quote decision history current 2026-05-19 16:13:57 +02:00
intent-request-outcomes.test.mjs Implement pair-native trade semantics 2026-05-18 18:52:18 +02:00
intent-requests.test.mjs Fix pair-native runtime validation gaps 2026-05-18 19:44:54 +02:00
inventory-and-history.test.mjs Batch durable history writes 2026-05-19 15:53:52 +02:00
inventory-sync-static.test.mjs Fix inventory refresh error logging 2026-05-13 13:22:31 +02:00
json-state-store.test.mjs Fix shared state persistence 2026-04-02 10:13:25 +02:00
kafka-topics.test.mjs Ensure Kafka topics before use 2026-04-17 14:39:14 +02:00
legacy-schema-compat.test.mjs Fix live ops regressions 2026-04-02 10:07:54 +02:00
liquidity-state.test.mjs Keep funding addresses refreshing without token list 2026-05-13 15:43:37 +02:00
liquidity-supported-tokens.test.mjs Keep funding addresses refreshing without token list 2026-05-13 15:43:37 +02:00
liquidity-withdrawals.test.mjs Track nBTC reserve and legacy BTC asset 2026-05-07 16:06:26 +02:00
maker-timing-competitiveness.test.mjs Expose maker edge competitiveness 2026-05-19 15:45:30 +02:00
market-data.test.mjs Add BTC USDC price route 2026-05-13 15:18:38 +02:00
near-intents-status.test.mjs Ignore scoped HOT bridge quoting incidents 2026-05-11 21:02:26 +02:00
near-intents-ws.test.mjs Guard quote ingest against node OOM 2026-05-13 18:25:54 +02:00
notification-client.test.mjs Notify on durable fund and trade outcomes 2026-04-16 14:23:29 +02:00
notification-layer.test.mjs Notify on durable fund and trade outcomes 2026-04-16 14:23:29 +02:00
ntfy_manifest_test.py Notify on durable fund and trade outcomes 2026-04-16 14:23:29 +02:00
operator-dashboard-api-client.test.mjs Fix dashboard auth JSON handling 2026-05-18 13:45:01 +02:00
operator-dashboard-app-static.test.mjs Allow uncapped taker request inputs 2026-05-18 14:13:07 +02:00
operator-dashboard-public-ingress-static.test.mjs Expose operator dashboard with basic auth 2026-05-13 18:08:27 +02:00
operator-dashboard-ui-static.test.mjs Expose maker edge competitiveness 2026-05-19 15:45:30 +02:00
operator-dashboard.test.mjs Instrument executor submission latency 2026-05-18 22:44:33 +02:00
ops-sentinel-static.test.mjs Add maker timing competitiveness truth 2026-05-18 23:47:52 +02:00
portfolio-metrics.test.mjs Implement pair-native trade semantics 2026-05-18 18:52:18 +02:00
postgres-funding.test.mjs Use bridge deposit time for funding activity 2026-05-07 16:47:52 +02:00
postgres-intent-requests.test.mjs Bound dashboard intent outcome refresh 2026-05-18 13:52:44 +02:00
postgres-quote-outcomes-refresh.test.mjs Expose maker edge competitiveness 2026-05-19 15:45:30 +02:00
price-route-runtime-static.test.mjs Implement pair-native trade semantics 2026-05-18 18:52:18 +02:00
quote-outcomes.test.mjs Implement pair-native trade semantics 2026-05-18 18:52:18 +02:00
recent-id-cache.test.mjs Restore live trading under quote pressure 2026-05-18 12:51:25 +02:00
render_release_manifest_test.py Wire push deployment for all services 2026-04-08 21:47:51 +02:00
repo_deployments_test.py Make repo deployment list authoritative 2026-04-08 22:33:59 +02:00
route-rates.test.mjs Implement pair-native trade semantics 2026-05-18 18:52:18 +02:00
runtime-health.test.mjs Add maker timing competitiveness truth 2026-05-18 23:47:52 +02:00
service-snapshot-summary.test.mjs Include sentinel snapshot summarizer 2026-05-12 21:41:38 +02:00
signing.test.mjs Implement NEAR Intents request creation flow 2026-04-12 18:43:40 +02:00
solver-relay-ws.test.mjs Suppress duplicate relay websocket close errors 2026-04-16 14:36:18 +02:00
strategy-engine-static.test.mjs Add maker timing competitiveness truth 2026-05-18 23:47:52 +02:00
strategy-threshold-config.test.mjs Implement pair-native trade semantics 2026-05-18 18:52:18 +02:00
strategy.test.mjs Add maker timing competitiveness truth 2026-05-18 23:47:52 +02:00
submission-copy.test.mjs Stop calling submissions trades in dashboard 2026-04-09 01:13:14 +02:00
trade-executor-static.test.mjs Cache verifier salt on executor hot path 2026-05-18 22:54:03 +02:00
trading-config.test.mjs Add maker timing competitiveness truth 2026-05-18 23:47:52 +02:00
unrip-resource-guardrails-static.test.mjs Restore live trading under quote pressure 2026-05-18 12:51:25 +02:00
verifier-salt-cache.test.mjs Cache verifier salt on executor hot path 2026-05-18 22:54:03 +02:00