The JoinSessionResponse from coordinator was missing party_index field, causing message router to try finding self's index in OtherParties (which only contains other parties). This resulted in incorrect party index assignment leading to "duplicate indexes" error in TSS keygen. Changes: - Add party_index field to coordinator's JoinSessionResponse proto - Coordinator now includes PartyIndex in gRPC response - Message router uses party_index from coordinator instead of searching 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| message_router.proto | ||
| session_coordinator.proto | ||