Stellar Index v0.5.0-rc.120
Pre-release[v0.5.0-rc.120] — 2026-06-18
Added
-
Network throughput time-series +
/networkpage, and the asset market-cap
timeline chart. NewGET /v1/network/throughput?window_days=returns daily
ledger / tx / op / Soroban-event counts fromstellar.ledgers(the
time-series companion to the/v1/network/statssnapshot); a new explorer
/networkpage (+ nav entry) charts it with metric + window toggles and the
live snapshot tiles. The asset Supply tab's "market-cap timeline" placeholder
is now a real chart, served by the Item-1/v1/chart?price_type=market_cap
endpoint (off-chaincrypto:*reference assets keep a concise note). -
Operations directory + per-type stats.
GET /v1/operationswithout a
?ledger=now returns the network-wide recent-operations directory (newest
first, keyset-paged via?cursor=) plusop_type_stats— the per-op-type
counts over the trailing ~24h (?ledger=<seq>still returns that ledger's
ops). New explorer/operationspage (+ nav entry) renders the decoded feed
and the type breakdown. r1-timed: reverse-scan 0.16s, stats group-by 0.02s. -
Anomalies + divergence read endpoints (ADR-0019) + live explorer pages.
NewGET /v1/anomalies(the freeze-event timeline fromfreeze_events:
firing-now count + per-reason tally + clear→firing transitions with duration
and the value served while frozen) andGET /v1/divergence(the current
cross-reference board — latest our-VWAP-vs-reference delta per (pair,
reference) fromdivergence_observations, widest gap first). Both tables
were already populated by the aggregator's sinks; only the read path was
missing. The explorer/anomaliesand/divergencespages now render these
live instead of "coming next" placeholders. No migration (read-only over
existing hypertables).