rwadurian/backend/mpc-system/services/account
hailin c9cb5676d0 debug: add logging for participant information in gRPC handlers
Added debug logging to track participant details including party_index in:
- account service MPC keygen handler
- session coordinator gRPC client
- session coordinator gRPC handler

This helps debug the party index assignment issue where all parties
were receiving index 0 instead of unique indices (0, 1, 2).

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-05 03:11:18 -08:00
..
adapters debug: add logging for participant information in gRPC handlers 2025-12-05 03:11:18 -08:00
application fix: Complete E2E test fixes for account service authentication 2025-11-29 03:07:50 -08:00
cmd/server feat(mpc-system): integrate gRPC calls into account-service MPC endpoints 2025-12-05 02:11:27 -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