Stellar Index v0.5.0-rc.115
Pre-release
Pre-release
[v0.5.0-rc.115] — 2026-06-18
Added
- Contract code/upgrade history. New
GET /v1/contracts/{id}/code-history
returns a contract's WASM-hash timeline — each distinct executable its
instance has pointed at, chronologically, so an in-placeupdate_contract
upgrade shows as a new version. Backs a Code history panel on the
contract page (alongside events / decoded WASM / interaction map). Coverage =
the captured entry-change window; fills with the Phase-C backfill.
Fixed
- Dashboard API keys: wrong prefix + a fresh key looked revoked / "last used
~2025 years ago" / first-request-already-done. The key DTO usedomitempty
ontime.Timefields, which does NOT omit a zero time (it's a non-empty
struct →"0001-01-01T00:00:00Z"), so the UI saw arevoked_at+
last_used_aton every new key and rendered it revoked, ancient-last-used,
and "traffic seen". Switchedrevoked_at/last_used_at/expires_atto
pointer times omitted when zero. Also minted keys now use thesip_prefix
(Stellar Index) instead of the rebrand-leftoverrek_(existingrek_keys
keep authenticating — the prefix is display-only).