Closes #021 - Live Time-Lock Resolution, Ensemble Map Fix & Multi-Asset Logging

This commit is contained in:
Antigravity Agent
2026-06-14 13:34:31 +02:00
parent 118c626fe0
commit 23b15881d1
3 changed files with 69 additions and 30 deletions

View File

@@ -244,6 +244,19 @@ This document tracks all modifications, npm packages, active compilation states,
* **Active Bugs**: None.
* **Type Checker Status**: Verified 100% clean type verification (`npx tsc --noEmit` returns exit code 0).
---
## [2026-06-14] - Live Time-Lock Resolution, Ensemble Map Fix & Multi-Asset Logging (#ISSUE-021)
### Added
* **Real-Time Calendar Locks**: Purged the developer mock test clocks inside `CryptoDemo.tsx` verification loop. Configured un-compromised calendar-day timestamp targets: T+1 resolves after 24 hours, T+5 after 5 calendar days, and T+10 after 10 calendar days.
* **Ensemble Mapping Correction**: Fixed the prediction probability mapping by refactoring `getPredictionProb` to accept and evaluate the specific `ticker` context parameter. This completely resolved the SVM mirroring anomaly and accurately calculates consensus averages from the correct asset data.
* **Multi-Asset Logging & Filtering**: Exchanged the single-asset BTC log for a dynamic multi-asset log. Added a sleek, glassmorphic asset filter tab-bar containing `[ BTC ]`, `[ ETH ]`, and `[ SOL ]` buttons right above the feedback loop table, filtering logs dynamically per active asset. Logs preserve respective entry price snapshots and 15-probability matrices in `localStorage`.
### Active Bugs / Compile Status
* **Active Bugs**: None.
* **Type Checker Status**: Verified 100% clean type verification (`npx tsc --noEmit` returns exit code 0).