Stellar Index v0.5.0-rc.123
Pre-release
Pre-release
[v0.5.0-rc.123] — 2026-06-19
Fixed
- Blend reserves return real data even without ResConfig. A reserve's
ResConfig(rate-model params) was set before the contract-storage capture
window began (~ledger 62M) and never changed, so it's not in the lake
(count=0) — requiring it produced empty reserves.ResData(the volatile
state) IS captured. NowResDatais mandatory → exact supplied / borrowed /
utilization (config-free), andResConfigis optional →borrow_apr/
supply_aprare nullable,decimalsdefaults to 7. So the reserve shows real
current-state TVL + utilization even when the APY can't be computed.