rwadurian/backend/mpc-system/services
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
..
account feat(mpc-system): implement gRPC integration for account service 2025-12-05 01:24:53 -08:00
message-router feat(mpc-system): add connection retry logic with exponential backoff 2025-12-04 23:12:15 -08:00
server-party refactor: separate configuration from code following 12-Factor App principles 2025-12-04 21:46:35 -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): add connection retry logic with exponential backoff 2025-12-04 23:12:15 -08:00