rwadurian/backend/mpc-system/services
hailin 1795ce0ddc feat(account): make email optional for anonymous accounts
Changes:
- Modified CreateAccountRequest to make email optional (omitempty)
- Changed Account.Email from string to *string pointer type
- Updated PostgreSQL repository to handle nullable email with sql.NullString
- Username remains required and auto-generated by identity-service

This supports anonymous account creation without requiring email registration.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-05 05:14:22 -08:00
..
account feat(account): make email optional for anonymous accounts 2025-12-05 05:14:22 -08:00
message-router feat(mpc-system): add connection retry logic with exponential backoff 2025-12-04 23:12:15 -08:00
server-party feat(mpc-system): optimize party index handling and add gRPC debug logs 2025-12-05 04:00:09 -08:00
server-party-api refactor: separate configuration from code following 12-Factor App principles 2025-12-04 21:46:35 -08:00
session-coordinator feat(mpc-system): optimize party index handling and add gRPC debug logs 2025-12-05 04:00:09 -08:00