You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 26, 2026. It is now read-only.
Fix currency rate not applied on first price insert (#1835)
The upsert doUpdate path (with rate conversion) only runs on conflict.
On first insert, prices were stored in USD regardless of selected currency.
Changed AssetPrice.record to accept rate parameter so both INSERT and
UPDATE paths write correctly converted prices.
0 commit comments