rwadurian/backend/mpc-system
Developer 4db5534372 feat(mpc): 添加 server-party-api 服务,实现用户 share 生成
新增 mpc-system/services/server-party-api:
- 为 mpc-service 提供同步的 TSS keygen/signing API
- 参与 TSS 协议生成用户 share 并直接返回(不存储)
- 支持 API Key 认证
- 端口 8083 对外暴露

更新 mpc-service TSSWrapper:
- 改为调用 server-party-api 而非本地二进制
- 新增 MPC_SERVER_PARTY_API_URL 配置
- 超时时间调整为 10 分钟

架构: mpc-service -> account-service -> server-party-api -> TSS

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-04 05:32:41 -08:00
..
.claude . 2025-11-29 07:14:44 -08:00
api feat: Complete MPC TSS implementation with t-of-n threshold signing 2025-11-29 06:57:53 -08:00
docs docs: Add detailed DDD + Hexagonal architecture documentation 2025-11-29 07:13:38 -08:00
migrations > 2025-11-29 01:35:10 -08:00
pkg feat: Complete MPC TSS implementation with t-of-n threshold signing 2025-11-29 06:57:53 -08:00
scripts fix(tproxy): detect clash process with any name (clash-linux-amd64, etc.) 2025-12-02 01:28:17 -08:00
services feat(mpc): 添加 server-party-api 服务,实现用户 share 生成 2025-12-04 05:32:41 -08:00
tests feat: Complete MPC TSS implementation with t-of-n threshold signing 2025-11-29 06:57:53 -08:00
.env.example feat(mpc-system): 优化 Docker 部署配置适配生产环境 2025-12-01 21:59:01 -08:00
.gitignore chore(mpc-system): 添加 .gitignore 排除敏感配置 2025-12-03 17:25:12 -08:00
MPC-Distributed-Signature-System-Complete-Spec.md > 2025-11-29 01:35:10 -08:00
Makefile > 2025-11-29 01:35:10 -08:00
TEST_REPORT.md > 2025-11-29 01:35:10 -08:00
config.example.yaml feat: Complete production deployment configuration 2025-11-29 04:10:06 -08:00
deploy.sh feat(mpc-system): 添加一键部署脚本 2025-12-03 16:58:39 -08:00
docker-compose.yml feat(mpc): 添加 server-party-api 服务,实现用户 share 生成 2025-12-04 05:32:41 -08:00
get-docker.sh > 2025-11-29 01:35:10 -08:00
go.mod feat: Complete MPC TSS implementation with t-of-n threshold signing 2025-11-29 06:57:53 -08:00
go.sum feat: Complete MPC TSS implementation with t-of-n threshold signing 2025-11-29 06:57:53 -08:00