rwadurian/backend/services/wallet-service/src/application/commands
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
..
add-rewards.command.ts refactor(mpc-system): migrate to party-driven architecture with PartyID-based routing 2025-12-05 08:11:28 -08:00
allocate-funds.command.ts feat(withdrawal): implement withdrawal order and fund allocation system 2025-12-09 02:35:27 -08:00
claim-rewards.command.ts refactor(mpc-system): migrate to party-driven architecture with PartyID-based routing 2025-12-05 08:11:28 -08:00
deduct-for-planting.command.ts refactor(mpc-system): migrate to party-driven architecture with PartyID-based routing 2025-12-05 08:11:28 -08:00
handle-deposit.command.ts feat(deposit): add accountSequence correlation and testnet support 2025-12-08 10:26:01 -08:00
index.ts feat(withdrawal): implement withdrawal order and fund allocation system 2025-12-09 02:35:27 -08:00
request-withdrawal.command.ts feat(withdrawal): implement withdrawal order and fund allocation system 2025-12-09 02:35:27 -08:00
settle-rewards.command.ts refactor(mpc-system): migrate to party-driven architecture with PartyID-based routing 2025-12-05 08:11:28 -08:00