rwadurian/backend/services/mpc-service/src
hailin 2af5938821 fix(mpc-service): 规范化 messageHash 去掉 0x 前缀
mpc-system 期望纯 hex 字符串(不带 0x 前缀),
blockchain-service 发送的 messageHash 带有 0x 前缀导致 400 错误

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-15 10:00:21 -08:00
..
api Revert "fix(mpc-service): 添加 DTO 验证装饰器" 2025-12-15 09:36:31 -08:00
application fix(mpc-service): 规范化 messageHash 去掉 0x 前缀 2025-12-15 10:00:21 -08:00
config refactor: simplify mpc-service to gateway mode 2025-12-06 17:16:14 -08:00
domain feat: add detailed debug logging for MPC Kafka event flow 2025-12-06 19:49:06 -08:00
infrastructure feat(mpc): 将 blockchain-service MPC 签名从 HTTP 改为 Kafka 事件驱动 2025-12-15 09:45:39 -08:00
shared refactor(mpc-system): migrate to party-driven architecture with PartyID-based routing 2025-12-05 08:11:28 -08:00
app.module.ts refactor(mpc-system): migrate to party-driven architecture with PartyID-based routing 2025-12-05 08:11:28 -08:00
main.ts fix(mpc-service): enable shutdown hooks for graceful Kafka disconnect 2025-12-09 03:12:33 -08:00