rwadurian/backend/mpc-system/services/account
hailin 0ea64e02ae fix(account): use only threshold_t parties for signing instead of all active parties
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>
2025-12-06 07:35:03 -08:00
..
adapters fix(account): use only threshold_t parties for signing instead of all active parties 2025-12-06 07:35:03 -08:00
application feat(mpc-system): add signing parties configuration and delegate signing support 2025-12-05 22:47:55 -08:00
cmd/server feat(mpc-system): add event sourcing for session tracking 2025-12-05 23:31:04 -08:00
domain feat(mpc-system): add event sourcing for session tracking 2025-12-05 23:31:04 -08:00
Dockerfile chore(mpc-system): update Dockerfiles to Go 1.24 and fix line endings 2025-12-05 16:40:32 -08:00