问题: - Session.tsx 期望 session 对象有 threshold 和 participants 字段 - 但 grpc:getSessionStatus 只返回了基础字段 - 导致前端显示 参与方 (0 / 0) 修复: - 从 activeKeygenSession 获取 threshold 信息 - 从 API 返回的 participants 构建完整的参与者列表 - 添加 walletName, currentRound, totalRounds 字段 Generated with 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 | ||