-
Notifications
You must be signed in to change notification settings - Fork 4
Open
0 / 40 of 4 issues completedLabels
Description
JMD Currency Precision — Backend Fixes
Root cause: Multiple layers of the price pipeline are broken independently and stack for JMD users.
Checklist
- Transaction history adaptor — hardcoded USD, wrong offset,
Math.floortruncates prices to 0, no JMD conversion (Urgent) - Price service BTC triangulation — should use static JMD/USD rate from config
yaml.ts(Urgent) -
mequery balance — returns fractional cents incorrectly (Medium) -
sendAllfees — doesn't account for fees (Low)
Fix Order
Fix adaptor and price service first — they are the backend source of truth. Once those land, mobile fixes can be validated against correct backend data.
PR Review: Ben + Dread (islandbitcoin) must approve before merge.
Reactions are currently unavailable