Summary
XLM prices are displayed throughout the app with two decimal places. Unit tests should confirm the formatter handles whole numbers, fractional values, and very small values without floating-point rounding errors.
Scope
- Test 10 XLM formats as '10.00 XLM'
- Test 0.5 XLM formats as '0.50 XLM'
- Test 0.001 XLM formats as '0.00 XLM' (rounded to 2 dp)
- Test 1000.999 XLM formats as '1001.00 XLM'
- Test 0 XLM formats as '0.00 XLM'
Acceptance Criteria
ETA: 12 hours
Coordinate on Telegram
Summary
XLM prices are displayed throughout the app with two decimal places. Unit tests should confirm the formatter handles whole numbers, fractional values, and very small values without floating-point rounding errors.
Scope
Acceptance Criteria
ETA: 12 hours
Coordinate on Telegram