rwadurian/backend/services/wallet-service/src
hailin 781721a659 feat(withdrawal): implement withdrawal order and fund allocation system
- Add SystemAccount domain in authorization-service for managing regional/company accounts
- Implement fund allocation service in planting-service with multi-tier distribution
- Add WithdrawalOrder aggregate in wallet-service with full lifecycle management
- Create internal wallet controller for cross-service fund allocation
- Add Kafka event publishing for withdrawal requests
- Implement unit-of-work pattern for transactional consistency
- Update Prisma schemas with withdrawal order and system account tables

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-09 02:35:27 -08:00
..
api feat(withdrawal): implement withdrawal order and fund allocation system 2025-12-09 02:35:27 -08:00
application feat(withdrawal): implement withdrawal order and fund allocation system 2025-12-09 02:35:27 -08:00
config feat(wallet-service): add Redis caching for wallet queries 2025-12-06 18:37:13 -08:00
domain feat(withdrawal): implement withdrawal order and fund allocation system 2025-12-09 02:35:27 -08:00
infrastructure feat(withdrawal): implement withdrawal order and fund allocation system 2025-12-09 02:35:27 -08:00
shared feat(deposit): add accountSequence correlation and testnet support 2025-12-08 10:26:01 -08:00
app.module.ts refactor(mpc-system): migrate to party-driven architecture with PartyID-based routing 2025-12-05 08:11:28 -08:00
main.ts refactor(mpc-system): migrate to party-driven architecture with PartyID-based routing 2025-12-05 08:11:28 -08:00