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
feat: add MTLAX (Synthetic) token category to home page
Add a new Synthetic section for MTLAX token holders, displayed between
Persons and Corporate on the home page. Since the MTLAX RFC is not yet
accepted, we show ALL accounts with an MTLAX trustline (even 0 balance)
to demonstrate community interest, using a nullable mtlax_balance column
to distinguish "no trustline" (NULL) from "has trustline with 0 balance".
- Add TokenMTLAX constant and database migration for mtlax_balance column
- Fetch MTLAX holders during sync alongside MTLAP/MTLAC
- Add GetSynthetic repository method sorted by reputation score
- Add Synthetic stats card and paginated table section to home page
- Include mtlax_balance in search sort expressions
- Update all tests and regenerate mocks
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments