问题: - 开发模式自动使用 MockTSSHandler - MockTSSHandler 不发送真正的 TSS 网络消息 - 导致 co_managed_keygen 无法完成 修复: - 移除 NODE_ENV === 'development' 的自动 mock 逻辑 - 只有显式设置 USE_MOCK_TSS=true 时才使用 Mock Handler - 开发模式现在默认使用真实的 TSSHandler 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| account | ||
| message-router | ||
| server-party | ||
| server-party-api | ||
| service-party-app | ||
| session-coordinator | ||
| tss-wasm | ||