问题: - 重试代码使用 createWalletGenerationEvent() 发布 UserAccountCreatedEvent - 该事件发布到 identity.UserAccountCreated topic - 但 MPC 服务监听的是 mpc.KeygenRequested topic - 导致重试触发成功但钱包不会被生成 修复: - triggerWalletRetryAsync: 改为发布 MpcKeygenRequestedEvent - WalletRetryTask.retryWalletGeneration: 改为发布 MpcKeygenRequestedEvent - 与注册流程使用相同的事件类型和参数格式 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| .claude | ||
| api-gateway | ||
| infrastructure | ||
| mpc-system | ||
| scripts | ||
| services | ||
| .env.windows | ||
| docker-compose.windows.yml | ||