rwadurian/backend
hailin d04f0a08e0 fix(mpc): session_started事件携带完整participants列表
问题:server-party-co-managed 使用 JoinSession 缓存的 participants,
但如果它是第一个加入的,缓存的列表只有自己,导致 keygen 失败。

修复:
- proto: SessionEvent 添加 repeated PartyInfo participants 字段
- session-coordinator: PublishSessionStarted 时包含完整 participants
- server-party-co-managed: 优先使用事件中的 participants

这确保所有 party 在收到 session_started 时都能获得完整的参与者列表。

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-27 07:26:25 -08:00
..
.claude refactor: simplify mpc-service to gateway mode 2025-12-06 17:16:14 -08:00
api-gateway fix(kong): remove ws/wss protocols from WebSocket route 2026-01-18 21:36:30 -08:00
infrastructure chore(docker): 为 mpc-system、api-gateway、infrastructure 添加时区配置 2025-12-23 18:35:09 -08:00
mpc-system fix(mpc): session_started事件携带完整participants列表 2026-01-27 07:26:25 -08:00
scripts fix(scripts): 修正容器名为 rwa-blockchain-service 2025-12-15 10:34:25 -08:00
services fix(contribution-service): CDC planting_orders 阶段按 order_id 排序处理 2026-01-23 03:41:14 -08:00
.env.windows fix(referral): 修复 getMyReferralInfo 使用 userId 而不是 accountSequence 的问题 2025-12-14 05:05:03 -08:00
docker-compose.windows.yml feat(service-party-app): implement co-sign multi-party signing 2025-12-30 18:36:11 -08:00