rwadurian/backend/services/identity-service/src/application
hailin 64bd82b77b feat(wallet/blockchain/identity): implement system account withdrawal feature
- Add SystemWithdrawalApplicationService to handle system account transfers
- Add SystemWithdrawalController with endpoints for request, query, and account listing
- Add SystemWithdrawalStatusHandler to process blockchain confirmation/failure events
- Add SystemWithdrawalRequestedHandler in blockchain-service to execute ERC20 transfers
- Add getUserByAccountSequence endpoint in identity-service for user lookup
- Support dynamic memo generation based on actual source account name
- Dual-sided ledger entries for system account transfers

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-06 10:22:15 -08:00
..
commands feat(kyc): 实现实名认证和更换手机号功能 2025-12-24 06:38:39 -08:00
event-handlers fix: improve logging for wallet retry task and idempotent status updates 2025-12-21 21:40:04 -08:00
queries feat: 实现手机号+密码登录和账号恢复功能 2025-12-20 20:35:44 -08:00
services feat(wallet/blockchain/identity): implement system account withdrawal feature 2026-01-06 10:22:15 -08:00
tasks fix(identity-service): 修复钱包重试发布错误事件类型的问题 2025-12-27 10:09:20 -08:00
application.module.ts feat: 实现手机号+密码登录和账号恢复功能 2025-12-20 20:35:44 -08:00