rwadurian/backend/mpc-system/services/service-party-app/tss-party
hailin b876c9dfba fix(co-sign): use actual signer count instead of keygen N in NewParameters
The tss.NewParameters() expects the party count to match the number of
parties in peerCtx. For signing, this should be len(sortedPartyIDs)
(actual signing participants), not thresholdN (original keygen parties).

This fixes the "U doesn't equal T" error in round 9 when doing 3-of-5
co-managed signing with parties at indices 2,3,4.

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-31 09:06:59 -08:00
..
build.sh feat(co-managed-wallet): 添加分布式多方共管钱包创建功能 2025-12-27 21:39:07 -08:00
go.mod feat(service-party-app): implement co-sign multi-party signing 2025-12-30 18:36:11 -08:00
go.sum feat(service-party-app): implement co-sign multi-party signing 2025-12-30 18:36:11 -08:00
integration_test.go feat(service-party-app): implement co-sign multi-party signing 2025-12-30 18:36:11 -08:00
main.go fix(co-sign): use actual signer count instead of keygen N in NewParameters 2025-12-31 09:06:59 -08:00