Rates Engine v0.5.0-rc.11
Pre-release
Pre-release
·
1546 commits
to main
since this release
[v0.5.0-rc.11] — 2026-05-06
Added
/v1/coins.change_24h_pct— trailing-24h price change as a
signed percentage with two fractional digits. Same direct-then-
triangulated price source asprice_usd; the explorer's
/assetstable renders the column with green-up / red-down /
slate-zero colour. Replaces the placeholder em-dash that's been
in the listing since the rebuild started.
Changed
buildCoinsQuery+GetCoinBySlugSQL hoisted to package
consts — the new CTEs pushed both functions over funlen.
coinFromRow()helper centralises thetimescale.CoinRow → v1.Coinprojection so adding a column lands in one spot.