Summary
The wallet address truncation helper (first 4 + last 4 characters with ellipsis) is used in the header and on profile pages but has no unit tests. Tests should cover standard addresses, edge cases, and the full address passthrough when the address is shorter than the truncation threshold.
Scope
- Test a standard 56-character Stellar address returns
GABCD...WXYZ format
- Test an address shorter than 8 characters is returned as-is without truncation
- Test an empty string input returns an empty string
- Test the separator character is
… (ellipsis) not three dots
Acceptance Criteria
ETA: 12 hours
Coordinate on Telegram
Summary
The wallet address truncation helper (first 4 + last 4 characters with ellipsis) is used in the header and on profile pages but has no unit tests. Tests should cover standard addresses, edge cases, and the full address passthrough when the address is shorter than the truncation threshold.
Scope
GABCD...WXYZformat…(ellipsis) not three dotsAcceptance Criteria
ETA: 12 hours
Coordinate on Telegram