rwadurian/backend/mpc-system/services/server-party
hailin b51d5687b2 fix(server-party): include self in participants list for keygen
The JoinSession response contains OtherParties (excluding self) and
PartyIndex (self's index). The participants list passed to TSS keygen
must include all parties including self, otherwise validation fails
with "invalid party count" error.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-06 00:01:14 -08:00
..
adapters/output fix(server-party): include self in participants list for keygen 2025-12-06 00:01:14 -08:00
application/use_cases feat(mpc-system): integrate reliability mechanisms and enable party-driven architecture 2025-12-05 20:30:03 -08:00
cmd/server feat(mpc-system): add signing parties configuration and delegate signing support 2025-12-05 22:47:55 -08:00
domain refactor(mpc-system): migrate to party-driven architecture with PartyID-based routing 2025-12-05 08:11:28 -08:00
infrastructure/cache feat(mpc-system): implement delegate party for hybrid custody 2025-12-05 09:07:46 -08:00
Dockerfile chore(mpc-system): update Dockerfiles to Go 1.24 and fix line endings 2025-12-05 16:40:32 -08:00