rwadurian/backend/services/wallet-service/src
hailin 8d97ed2720 fix(wallet-service): convert BigInt to string for JSON serialization in getUnprocessedSettlements
The entry.id field is BigInt type from Prisma which cannot be JSON serialized directly.
Convert to string for API response and back to BigInt when storing to database.

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-04 07:46:46 -08:00
..
api feat(wallet-service): add offline settlement deduction feature 2026-01-04 06:56:39 -08:00
application fix(wallet-service): convert BigInt to string for JSON serialization in getUnprocessedSettlements 2026-01-04 07:46:46 -08:00
config feat(wallet-service): add Redis caching for wallet queries 2025-12-06 18:37:13 -08:00
domain feat(pending-actions): add special deduction feature for admin-created user actions 2026-01-03 07:04:46 -08:00
infrastructure feat(fiat-withdrawal): add complete fiat withdrawal system 2026-01-03 06:39:11 -08:00
shared feat(wallet/mpc): 增强提现和充值流程可靠性 2025-12-15 19:47:20 -08:00
app.module.ts feat: 省市团队账户及待领取奖励逐笔追踪 2025-12-13 03:32:47 -08:00
main.ts feat(sync): implement Outbox Pattern for reward-service to wallet-service sync 2025-12-10 23:26:49 -08:00