rwadurian/backend/services/blockchain-service/src/api/controllers
hailin d3e680ea14 feat(identity/blockchain): 添加助记词挂失功能
后端:
- blockchain-service: 新增 revokeMnemonic() 方法和 POST /internal/mnemonic/revoke API
- identity-service: 新增 POST /user/mnemonic/revoke 用户端API
- 挂失后助记词状态变为 REVOKED,无法用于账户恢复

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-16 07:56:27 -08:00
..
balance.controller.ts feat(blockchain-service): implement complete blockchain service with DDD + Hexagonal architecture 2025-12-06 20:54:58 -08:00
deposit-repair.controller.ts feat(blockchain): add deposit repair service and controller 2025-12-10 02:19:46 -08:00
deposit.controller.ts fix(blockchain): read token decimals from contract instead of hardcoding 2025-12-09 06:10:36 -08:00
health.controller.ts feat(deposit): add accountSequence correlation and testnet support 2025-12-08 10:26:01 -08:00
index.ts feat(blockchain): add deposit repair service and controller 2025-12-10 02:19:46 -08:00
internal.controller.ts feat(identity/blockchain): 添加助记词挂失功能 2025-12-16 07:56:27 -08:00