rwadurian/backend/mpc-system/services/service-party-app/electron
hailin 454e596d40 fix(sign): complete sign flow with executeSign call and partyIndex fix
Issues fixed:
1. participants_json now saves partyIndex (not just partyId and name)
2. createSignSession uses saved partyIndex instead of array index
3. Transfer.tsx uses saved partyIndex for executeSign
4. Sign.tsx now calls executeSign after joining session (was missing!)
5. Sign.tsx interfaces updated with proper types (sessionId, participants, parties)

The sign flow was broken because:
- partyIndex was not being saved during keygen completion
- Sign.tsx only joined session but never called executeSign
- This caused "Party not found in participants list" error

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-30 07:05:07 -08:00
..
modules fix(sign-session): add join_token to GetSignSessionByInviteCode API 2025-12-30 06:31:41 -08:00
types fix(service-party-app): 添加bech32类型声明和清理脚本 2025-12-28 20:14:17 -08:00
main.ts fix(sign): complete sign flow with executeSign call and partyIndex fix 2025-12-30 07:05:07 -08:00
preload.ts feat(service-party-app): implement TSS signing protocol 2025-12-30 04:21:16 -08:00