- 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. |
||
|---|---|---|
| .claude | ||
| backend | ||
| docs | ||
| frontend | ||
| kubernetes | ||
| scripts | ||
| tests | ||
| .gitignore | ||
| README.md | ||
| docker-compose.yml | ||