rwadurian/backend/mpc-system/services/account
hailin 59e8d9975d feat(mpc-system): implement gRPC integration for account service
- Add SessionCoordinatorClient gRPC adapter with connection retry logic
- Implement MPCHandler with real gRPC calls to session-coordinator
- Replace placeholder implementation with actual session creation
- Add keygen and signing session endpoints with proper validation
- Include comprehensive implementation summary documentation

This enables account-service to create real MPC sessions via gRPC
instead of returning mock data. Requires main.go integration to activate.
2025-12-05 01:24:53 -08:00
..
adapters feat(mpc-system): implement gRPC integration for account service 2025-12-05 01:24:53 -08:00
application fix: Complete E2E test fixes for account service authentication 2025-11-29 03:07:50 -08:00
cmd/server > 2025-11-29 01:35:10 -08:00
domain fix: Complete E2E test fixes for account service authentication 2025-11-29 03:07:50 -08:00
Dockerfile refactor: separate configuration from code following 12-Factor App principles 2025-12-04 21:46:35 -08:00