rwadurian/backend/mpc-system/services/account/adapters/input/http
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_handler.go feat: Complete MPC TSS implementation with t-of-n threshold signing 2025-11-29 06:57:53 -08:00
account_handler.go.bak > 2025-11-29 01:35:10 -08:00
mpc_handler.go feat(mpc-system): implement gRPC integration for account service 2025-12-05 01:24:53 -08:00