Release notes
CHANGELOG
v1.3.0
5 May 2026
Deep Analysis redesign — 4 new tabs replace the originals
- Insider Watch replaces Timeline. Top 12 wallets in a colour-coded heatmap; each tile shows the wallet’s 6h delta + action (Accumulating / Holding / Reducing / Selling / Dumping). Dev wallet flagged with a purple ring. Wired to
holderActivity.rowswith criticalActors fallback and concentration-tile fallback when both are missing. #430 - Buy/Sell Flow replaces Holder Activity. Pressure-gauge hero with ACCUMULATION / DISTRIBUTION / BALANCED status driven by DexScreener
pair.txns+pair.volumeacross 5min / 1h / 6h / 24h windows. Per-window mini cards. #430 - Wash Volume replaces Outcome Histogram. 0-100 wash score donut + 4 metrics (reported, real estimate, total trades, avg trade size, buy/sell symmetry). Pivoted off Solscan to DexScreener data so it works on every token with a pair. #430
- Sniper Map replaces Score Breakdown. Concentration retention bar showing top-10 holding share vs distributed float, plus sniper / bundle flag count. Uses Helius top-N with RugCheck fallback so the tab populates even when Helius is unavailable. #431
- Removed dead
buildOutcomeHistogramTaband stale "Outcome Histogram is not available" user-facing string. Marketing copy across index / features / faq / compare / engine / about / terms / token updated to reference the new tabs. - 980/980 unit tests pass + new live-API integration test against 4 real tokens (BONK / PENGU / TRUMP / TROLL) verifies all four tabs render with real data.
v1.2.1
27 April 2026
v5 backend wave — real data behind every section
- Critical Actors composer ships real per-token data: dev reputation (prior tokens, prior rugs), insider sniper position, coordinated cluster from insider-graph union-find. #321
- Verdict Timeline persisted in Redis ZSET
vh:{ca}. Each scan appends a snapshot; the tab renders real verdict progression instead of a static bookend. 60s dedupe, 50-entry cap, 30-day TTL. #322 - Holder Activity tab now classifies last-60min on-chain activity per top holder (Holding / Selling / Buying / Splitting / Reducing / Static) from
recentTransfers. Net-flow footer detects pre-dump signature. #323 - Outcome Stats — TTR ring + Outcome Histogram — powered by a heuristic profile matcher (fast-rug / high-risk / slow-death). Indicative; corpus-backed KNN matcher coming. #324
- TTR ring rendered only for RUG and DANGER verdicts (was previously also showing on CAUTION with misleading slow-death framing). #326
- Holder Activity tab shows honest empty-state when backend returns
rows=[]instead of falling back to mock content. #325 - Cache prefix bumped
antares:v3:→antares:v4:to invalidate stale results pre-dating the v5 fields. - 34 new tests added (composers + Redis-mocked verdict-history). Branch coverage 74.6%.
v1.2.0
25 April 2026
v5 design + token page architecture
- Foldable, click-to-collapse sections everywhere (Critical Flags, AI Verdict, Security, Holders, Deep Analysis, Source Breakdown). #316
- Deep Analysis 5-tab widget — Timeline, Holder Activity, Score Breakdown (radar), Outcome Histogram, Exit Liquidity. #317
- SVG radar pentagon over 5 dimensions (LP / Holders / Trading / Maturity / Sources).
- Critical Actors preview with 3 cards (Dev / Insider / Cluster).
- Time-to-Rug ring in hero for RUG / DANGER verdicts.
- Source Breakdown accordion: per-upstream verdict (OK / Risk / Flagged / N/A) with one-line note.
- Custom inline-SVG tab icons replacing emoji glyphs.
- Glitch animation on the verdict
h1; Ask-Antares FAB with contextual question pills.
Backend resilience
- Per-fetch deadline with graceful degradation when one upstream stalls. #275
- Runtime Zod validation for upstream GoPlus / RugCheck / Helius responses. #276
- Structured
scan.outcome+scan.cache_hittelemetry. #277 #279 - Rate limiting can key on
(IP, install)— closes shared-NAT quota starvation. - GoPlus
holder_countfinally read — the field was already in the response, just unused. - Asymmetric Redis cache TTL: bad verdicts cache long, young-token safe verdicts cache short.
v1.1.0
15 April 2026
Production hardening
- 7-source verdict (DexScreener, RugCheck, GoPlus, Helius, Solscan, Chart, CrossValidation).
- Safe Gate hard overrides on critical flags (LP open, honeypot, mint/freeze, deceptive name).
- 1000-point composite score with geometric mean + diminishing penalties.
- Wash trading detection via vol/liq ratio + Solscan transfer signature analysis.
- Chart pattern engine (parabolic / blow-off / staircase / wick trap / dead-cat bounce).
- Established-token bypass (30+ days, 50k+ holders, GoPlus clean) for legitimate blue chips.
Full changelog with all merged PRs: the changelog page