rwadurian/backend/mpc-system/services/service-party-app/electron
hailin e284a46e83 fix(co-sign): pass complete parties list to joinSession
Problem: Participants joining early only got incomplete participant list
from other_parties (only those who had joined), causing partyIndex mismatch.

Solution:
- Add parties field to SessionInfo (from validateInviteCode response)
- Pass parties to joinSession call from frontend
- Backend joinSession uses params.parties (complete list) instead of
  result.other_parties (incomplete list)
- Add debug logging to track participant list state

Now all participants have the complete parties list with correct partyIndex.

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-31 04:34:48 -08:00
..
modules fix(co-sign): fix threshold_n display and add missing fields in GetSignSessionByInviteCode 2025-12-31 01:47:08 -08:00
types fix(service-party-app): 添加bech32类型声明和清理脚本 2025-12-28 20:14:17 -08:00
main.ts fix(co-sign): pass complete parties list to joinSession 2025-12-31 04:34:48 -08:00
preload.ts feat(service-party-app): implement co-sign multi-party signing 2025-12-30 18:36:11 -08:00