Rates Engine v0.5.0-rc.12
Pre-release
Pre-release
·
1544 commits
to main
since this release
[v0.5.0-rc.12] — 2026-05-06
Fixed
/v1/coins.price_usdtriangulation now finds an XLM/USD
price. rc.10's SQL looked upprices_1mfor(native, fiat:USD)but that row never exists in the materialised
view — the aggregator's triangulation worker writes the
off-chain Reflector-derived price to Redis. Mirror the
aggregator's stablecoin-proxy policy in SQL: pick the latest
prices_1mrow where the quote is one of {USDC-GA5Z…Circle,
USDT-GCQT…Tether, fiat:USD}. On-chain XLM/USDC trades are
continuous on SDEX, so the CTE always finds a row. Same fix
applies toxlm_usd_24hfor the change_24h_pct path.