For 2-of-3 threshold signing, only 2 parties should participate in signing, not all 3. This fixes the 'failed to calculate Bob_mid' error that occurred when all parties tried to sign. Changes: - Modified CreateSigningSession to select exactly threshold_t parties when no signing config exists - For 2-of-3: now selects 2 parties instead of all 3 - Added logging to show party selection details 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| account | ||
| message-router | ||
| server-party | ||
| server-party-api | ||
| session-coordinator | ||