rwadurian/backend/services/contribution-service/src
hailin 0bbb52284c fix(contribution): avoid nested transaction timeout in BonusClaimService
Use unitOfWork.isInTransaction() to detect if already in a transaction
context (called from ContributionCalculationService). If so, reuse the
existing transaction instead of opening a new one, preventing Prisma
interactive transaction timeout errors.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-14 01:02:08 -08:00
..
api feat(contribution): add CDC sync status API and fix deploy script timing 2026-01-13 21:34:58 -08:00
application fix(contribution): avoid nested transaction timeout in BonusClaimService 2026-01-14 01:02:08 -08:00
domain fix(contribution): ensure 100% reliable CDC sync to mining-admin-service 2026-01-13 19:27:50 -08:00
infrastructure feat(contribution): implement TEAM_BONUS backfill when unlock conditions met 2026-01-13 23:58:54 -08:00
shared fix(contribution-service): 修复JWT验证与auth-service不兼容 2026-01-11 18:18:21 -08:00
app.module.ts feat(contribution-service): 添加算力管理微服务 2026-01-10 17:39:25 -08:00
main.ts fix(contribution-service): 统一使用api/v2前缀 2026-01-11 09:05:42 -08:00