Stellar Index v0.5.0-rc.113
Pre-release
Pre-release
[v0.5.0-rc.113] — 2026-06-18
Added
- Account state + asset holders (explorer Wave 3 — deep entity state). New
GET /v1/accounts/{g}returns an account's current on-chain state
reconstructed from the lake — native balance, sequence, sub-entries, flags,
home domain, signer set + thresholds, live trustlines (per-asset balance +
limit) and open offers. NewGET /v1/assets/{id}/holdersreturns the top
holders of an asset by trustline balance + the total holder count. Both back
new explorer UI: a State panel on the account page (balances/signers/
trustlines/offers) and a Holders tab on the asset page. - Owner/asset/balance indexing on the entry-change lake (Wave 3 substrate).
Theledger_entry_changesextractor now populates queryable, bloom-indexed
account_id+assetcolumns and abalancecolumn from each entry's
ledger key — so account-state / asset-holder reads prune by owner/asset and
sort/aggregate balances in SQL instead of full-scanning + decoding. Additive- idempotent (live-capture populates going forward; a ch re-derive backfills
history). Coverage grows with the capture window;exists:false/ empty
until the Phase-C genesis backfill completes.
- idempotent (live-capture populates going forward; a ch re-derive backfills
Changed
- Account nav section moved to the bottom of the rail (below the explorer /
protocol / analytics groups). - Contract interaction query bounded to the subject's most-recent 50k
transactions so mega-contracts (tens of millions of events) no longer time
out.