Commit Graph

  • 00b48bab50 fix(coordinator): handle all participant states in ReportCompletion with proper state transitions hailin 2025-12-06 01:09:49 -0800
  • 4e14212147 fix(coordinator): auto-transition participant to Ready before Completed hailin 2025-12-06 00:33:22 -0800
  • 8e683064ed chore: regenerate coordinator proto with party_index field hailin 2025-12-06 00:11:24 -0800
  • 78119bc6a4 fix(proto): add party_index to JoinSessionResponse for correct index assignment hailin 2025-12-06 00:08:47 -0800
  • b51d5687b2 fix(server-party): include self in participants list for keygen hailin 2025-12-06 00:01:14 -0800
  • 54061b4c16 feat(mpc-system): add event sourcing for session tracking hailin 2025-12-05 23:31:04 -0800
  • aa74e2b2e2 feat(mpc-system): add signing parties configuration and delegate signing support hailin 2025-12-05 22:47:55 -0800
  • 55f5ec49f2 chore(mpc-system): remove duplicate protobuf generated files hailin 2025-12-05 20:47:55 -0800
  • 135e821386 feat(mpc-system): integrate reliability mechanisms and enable party-driven architecture hailin 2025-12-05 20:30:03 -0800
  • 34f0f7b897 chore(mpc-system): update Dockerfiles to Go 1.24 and fix line endings hailin 2025-12-05 16:40:32 -0800
  • c52b6aa980 refactor(mpc-system): replace K8s party discovery with Message Router-based discovery hailin 2025-12-05 16:37:16 -0800
  • d7f181f2ec feat(mpc-system): implement delegate party for hybrid custody hailin 2025-12-05 09:07:46 -0800
  • c976fd3eb1 feat(mpc-system): implement party-driven architecture with SessionEvent broadcasting hailin 2025-12-05 08:44:05 -0800
  • 747e4ae8ef refactor(mpc-system): migrate to party-driven architecture with PartyID-based routing hailin 2025-12-05 08:11:28 -0800
  • e975e9d86c feat(mpc-system): implement party role labels with strict persistent-only default hailin 2025-12-05 07:08:59 -0800
  • 4f71018648 chore(mpc-system): update Go dependencies for K8s client-go hailin 2025-12-05 06:21:46 -0800
  • cf534ec178 feat(mpc-system): implement Kubernetes-based dynamic party pool architecture hailin 2025-12-05 06:12:49 -0800
  • 8e386c7683 Merge branch 'main' of https://git.gdzx.xyz/hailin/rwadurian hailin 2025-12-05 05:16:05 -0800
  • 1795ce0ddc feat(account): make email optional for anonymous accounts hailin 2025-12-05 05:14:22 -0800
  • 5366a6d8a9 docs(mpc-system): add integration guide and verification report hailin 2025-12-05 04:22:27 -0800
  • 553ffd365e feat(mpc-system): optimize party index handling and add gRPC debug logs hailin 2025-12-05 04:00:09 -0800
  • c9cb5676d0 debug: add logging for participant information in gRPC handlers hailin 2025-12-05 03:11:18 -0800
  • ac76fd80bc feat(mpc-system): integrate gRPC calls into account-service MPC endpoints hailin 2025-12-05 02:11:27 -0800
  • 59e8d9975d feat(mpc-system): implement gRPC integration for account service hailin 2025-12-05 01:24:53 -0800
  • 24e14da24b docs(mpc-system): add complete end-to-end API verification report hailin 2025-12-05 00:39:40 -0800
  • 8ff26cb929 docs(services): add MPC integration verification report hailin 2025-12-04 23:56:21 -0800
  • df706ef48b chore: update Claude Code settings hailin 2025-12-04 23:35:51 -0800
  • 8373c47b7a docs(mpc-system): add comprehensive verification report for HTTP and gRPC protocols hailin 2025-12-04 23:33:58 -0800
  • 4f93abc39d chore: update Claude Code settings hailin 2025-12-04 23:18:02 -0800
  • b4d6b0f264 feat(mpc-system): add connection retry logic with exponential backoff hailin 2025-12-04 23:12:15 -0800
  • 62091e5ede fix(mpc-system): fix protobuf generation in Makefile to generate gRPC service files hailin 2025-12-04 22:54:59 -0800
  • a72b5f00d2 fix(api-gateway): update Nginx reverse proxy headers for Grafana 10+ compatibility hailin 2025-12-04 22:31:59 -0800
  • 746cd8e35e fix(api-gateway): add Grafana 10+ CORS configuration for reverse proxy access hailin 2025-12-04 22:23:04 -0800
  • b94cf57b08 docs(api-gateway): enhance GRAFANA_ROOT_URL configuration documentation hailin 2025-12-04 22:07:22 -0800
  • a748cf07f0 docs(api-gateway): clarify Kong database configuration details hailin 2025-12-04 21:53:10 -0800
  • 2556fea841 refactor: separate configuration from code following 12-Factor App principles hailin 2025-12-04 21:46:35 -0800
  • c26a24b544 fix(mpc-service): 确保 keygen 会话包含完整的参与者列表 Developer 2025-12-04 06:04:47 -0800
  • e23af5d4ad fix(mpc-service): 添加 MPC_COORDINATOR_URL 和 MPC_MESSAGE_ROUTER_WS_URL 配置 Developer 2025-12-04 05:55:26 -0800
  • 62ef90218e fix(server-party-api): 修复与 pkg/tss 类型不匹配 Developer 2025-12-04 05:42:00 -0800
  • e4f9e4279f fix(mpc-service): 硬编码 MPC_API_KEY 与 mpc-system 一致 Developer 2025-12-04 05:37:12 -0800
  • 4db5534372 feat(mpc): 添加 server-party-api 服务,实现用户 share 生成 Developer 2025-12-04 05:32:41 -0800
  • 9dee0d36a5 feat(backup,mpc): 添加 prisma 迁移文件 Developer 2025-12-04 04:01:47 -0800
  • 2fd784e3d2 fix(mpc-service): 使用标准 migrate deploy 替代 db push Developer 2025-12-04 03:36:33 -0800
  • 6e53a4a572 fix(identity-service): 移除 db push 回退,只用 migrate deploy Developer 2025-12-04 03:33:58 -0800
  • 613d822c46 fix(backup-service): 添加 tsx 支持 Prisma 7 配置文件 Developer 2025-12-04 03:07:07 -0800
  • 9819661693 fix(backup-service): 移除 schema.prisma 中的 url (Prisma 7 配置在 prisma.config.ts) Developer 2025-12-04 02:39:57 -0800
  • 62eba58490 fix(backup-service): 添加 datasource url 到 Prisma schema Developer 2025-12-04 02:37:24 -0800
  • f63606ce8f feat(scripts): 添加数据库检查脚本 Developer 2025-12-04 02:35:29 -0800
  • 9e0adca3d3 fix(backup-service): 使用 printf 替代 echo 创建启动脚本 Developer 2025-12-04 02:32:07 -0800
  • 9898665506 feat(all-services): 添加数据库自动迁移到所有服务启动流程 Developer 2025-12-04 01:50:01 -0800
  • f771dc8f6e fix(presence-service): 修复 MetricsModule 依赖注入,直接提供仓库实现 Developer 2025-12-04 01:35:59 -0800
  • 8faaedaa64 fix(presence-service): MetricsModule 导入 RedisModule 和 PersistenceModule Developer 2025-12-04 01:30:08 -0800
  • 43e769437f fix(presence-service): 修复方法名 findByDay -> findByDate Developer 2025-12-04 00:53:04 -0800
  • 246c25ab8a fix(presence-service): 同步 package-lock.json Developer 2025-12-04 00:05:46 -0800
  • 178a5c9f8b feat(mpc-service): 实现混合传输模式 (WebSocket + HTTP轮询) Developer 2025-12-04 00:00:49 -0800
  • a701f55342 fix(mpc-service): 修复 WebSocket 导入方式 Developer 2025-12-03 22:58:00 -0800
  • 9363e4991f fix(mpc-service): 使用 prisma db push 自动同步数据库 schema Developer 2025-12-03 21:56:30 -0800
  • 8850ea6ab0 fix(mpc-service): 重构数据库迁移机制,从根本解决表不存在问题 Developer 2025-12-03 21:47:42 -0800
  • 122bf84c24 fix(mpc-service): 修复数据库迁移,添加缺失的表 Developer 2025-12-03 21:32:36 -0800
  • e51edc2ce4 fix(mpc-service): 修复 MPC 会话流程,先创建会话再加入 Developer 2025-12-03 21:21:22 -0800
  • 467206fd61 fix(mpc-service): 修复 coordinator-client 请求/响应格式 Developer 2025-12-03 21:11:16 -0800
  • e4abc7eb83 fix(mpc-service): 添加 /api/v1 前缀到 coordinator-client 路径 Developer 2025-12-03 21:06:06 -0800
  • cd4fba96ed docs(blockchain-service): 完善架构设计以兼容其他微服务 Developer 2025-12-03 20:44:24 -0800
  • 08541f1d8d fix(mpc): 修复 MPC 服务连接配置 Developer 2025-12-03 20:39:53 -0800
  • 84d619edf9 docs(blockchain-service): 添加区块链服务开发指南 Developer 2025-12-03 20:23:56 -0800
  • 55d40c8200 fix(mpc-service): 改用 Debian slim 基础镜像 Developer 2025-12-03 19:57:11 -0800
  • e4172c11b9 fix(identity-service): 移除所有中国镜像配置,使用官方源+代理 Developer 2025-12-03 19:34:56 -0800
  • d18de9823f fix(identity-service): 恢复使用 npmmirror 镜像 Developer 2025-12-03 19:11:07 -0800
  • db8350b2f5 fix(identity-service): 更换 npm 镜像为华为云解决超时问题 Developer 2025-12-03 18:45:18 -0800
  • eba8953e3a perf(identity-service): 添加 Docker 构建镜像加速 Developer 2025-12-03 18:19:39 -0800
  • ef21009644 fix(identity-service): 修复 MPC keygen 请求参数 Developer 2025-12-03 18:10:42 -0800
  • e068b99dc1 fix(mpc-service): 将 keygen/signing 接口标记为 Public Developer 2025-12-03 18:05:31 -0800
  • a06688d892 fix(mpc-system): 为 account-service 添加 RabbitMQ 配置 Developer 2025-12-03 17:59:22 -0800
  • 621d76646e fix(mpc-system): 修复 docker-compose 健康检查为 curl Developer 2025-12-03 17:55:49 -0800
  • a80e80f179 perf(mpc-system): 添加 Alpine 镜像加速配置 Developer 2025-12-03 17:38:43 -0800
  • 873fd98b23 chore(mpc-system): 添加 .gitignore 排除敏感配置 Developer 2025-12-03 17:25:12 -0800
  • 1700b8b57c fix(mpc-system): 使用 curl 进行健康检查 Developer 2025-12-03 17:23:17 -0800
  • b1f3a02fb0 fix(mpc-system): 添加 Go 代理配置解决网络问题 Developer 2025-12-03 17:15:43 -0800
  • d9f6c24b18 feat(mpc-system): 添加一键部署脚本 Developer 2025-12-03 16:58:39 -0800
  • 12032b905f fix(identity-service): 修复 MPC 服务调用路径 Developer 2025-12-03 16:49:49 -0800
  • b8aa44bf74 feat(identity-service): 添加 Prisma 初始化迁移 Developer 2025-12-03 16:41:59 -0800
  • d71c104c86 fix(api-gateway): 添加 /api/v1/user 路由到 Kong 配置 Developer 2025-12-03 16:29:33 -0800
  • f3d9b13dac fix(mobile-app): 修正 API 地址为正确的生产环境地址 Developer 2025-12-03 08:46:11 -0800
  • ad739a83f8 fix(mobile-app): 修复 API 请求路径缺少 /api/v1 前缀问题 Developer 2025-12-03 08:41:37 -0800
  • 9656a6f4c4 feat(presence-service): 添加 Prometheus 指标监控和 Grafana Dashboard Developer 2025-12-03 08:38:05 -0800
  • 114a9e611c fix(admin-service): 修复 APK 解析 - 使用临时文件代替 Buffer Developer 2025-12-03 08:22:14 -0800
  • b1bee7f44e fix(admin-service): 修复 adbkit-apkreader 模块导入问题 Developer 2025-12-03 08:19:39 -0800
  • 12ec5e6fc3 fix(mobile-upgrade): 添加解析失败时的友好提示 Developer 2025-12-03 08:17:02 -0800
  • eb57309724 fix(api-gateway): 增加文件上传大小限制到 500MB Developer 2025-12-03 08:04:26 -0800
  • 64332838de fix(mobile-upgrade): 修复 platform 参数大小写问题 Developer 2025-12-03 07:43:03 -0800
  • f8607ce0b2 feat: 增强移动端版本管理功能 Developer 2025-12-03 06:57:26 -0800
  • 8932d87df7 fix(monitoring): 修复 Prometheus 端口冲突问题 Developer 2025-12-03 06:09:18 -0800
  • 90bfa4afac feat(api-gateway): 添加 Kong 监控栈一键安装脚本 Developer 2025-12-03 05:55:53 -0800
  • d55a2673dc fix(admin-service): 修复 APK 解析模块的 TypeScript 编译错误 Developer 2025-12-03 02:52:18 -0800
  • 197fc02694 feat(mobile-upgrade): 添加自定义 favicon Developer 2025-12-03 02:42:11 -0800
  • f9deca5df0 feat(admin-service): 增强移动端版本上传功能 Developer 2025-12-03 02:39:36 -0800
  • de5cbce0d3 fix(api-gateway): 禁用 deck 容器的代理设置 Developer 2025-12-03 01:01:22 -0800
  • d2a00213f8 fix(api-gateway): 使用 deck 同步配置到数据库模式 Developer 2025-12-03 00:57:16 -0800
  • a148f26649 fix(api-gateway): 使用官方 Docker Hub 镜像解决拉取问题 Developer 2025-12-03 00:53:37 -0800
  • edb8134414 feat(api-gateway): 支持分布式部署 Kong 和后端服务分离 Developer 2025-12-03 00:50:22 -0800