rwadurian/backend/mpc-system/services
hailin ac76fd80bc feat(mpc-system): integrate gRPC calls into account-service MPC endpoints
- Update account_handler to use real gRPC calls instead of placeholders
- Add sessionCoordinatorClient field to AccountHTTPHandler
- Modify CreateKeygenSession to call session coordinator via gRPC
- Modify CreateSigningSession to call session coordinator via gRPC
- Modify GetSessionStatus to query real session data via gRPC
- Update main.go to initialize and pass sessionCoordinatorClient
- Remove separate mpc_handler.go (consolidated into account_handler)
- Regenerate protobuf files with gRPC service definitions
- Add proper imports for context, time, and grpc adapter

All MPC endpoints now create real sessions with JWT tokens and
can query actual session status from the session coordinator service.

Tested end-to-end: keygen session creation and status query working.
2025-12-05 02:11:27 -08:00
..
account feat(mpc-system): integrate gRPC calls into account-service MPC endpoints 2025-12-05 02:11:27 -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