1. deploy-mining.sh: - 添加 outbox connectors 配置数组 (auth, contribution, mining, trading, wallet) - 添加 register_outbox_connectors() 函数自动注册 Debezium 连接器 - 添加 outbox-register, outbox-status, outbox-delete 命令 - full-reset 更新为 12 步,包含注册 outbox connectors 和初始数据发布 2. contribution-service: - 添加 ContributionAccountSyncedEvent 事件 - 添加 POST /admin/contribution-accounts/publish-all API 用于初始全量同步 3. mining-admin-service: - 添加 ContributionAccountSynced 事件处理(复用 ContributionAccountUpdated 处理器) - 添加 ContributionCalculated 事件处理 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| prisma | ||
| src | ||
| .env.example | ||
| DEVELOPMENT_GUIDE.md | ||
| Dockerfile | ||
| nest-cli.json | ||
| package-lock.json | ||
| package.json | ||
| tsconfig.json | ||