问题: - handleSessionStart 中使用 forEach 的 index 作为 partyIndex - 这会覆盖 checkAndTriggerKeygen 已经从服务器获取的正确 partyIndex - 导致 TSS 协议使用错误的 partyIndex 修复: - 优先使用 existing.partyIndex(从服务器获取的正确值) - 只有找不到已有信息时才使用 fallback - 按 partyIndex 排序确保顺序正确 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| account | ||
| message-router | ||
| server-party | ||
| server-party-api | ||
| service-party-app | ||
| session-coordinator | ||
| tss-wasm | ||