rwadurian/backend/services/contribution-service/src/api/controllers
hailin dbe9ab223f feat(contribution): fix pending fields update and add network progress tracking
- Fix updateContribution to properly update levelXPending and bonusTierXPending fields
- Add NetworkAdoptionProgress and DailyContributionRate tables for tracking contribution coefficient
- Create ContributionRateService for dynamic rate calculation (base 22617, +0.3% per 100 trees after 1000)
- Add ContributionRecordSynced and NetworkProgressUpdated events for CDC sync
- Add admin endpoints for network progress query and contribution records publishing
- Update mining-admin-service to sync contribution records and network progress

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-12 07:26:32 -08:00
..
admin.controller.ts feat(contribution): fix pending fields update and add network progress tracking 2026-01-12 07:26:32 -08:00
contribution.controller.ts fix(contribution-service): 修复控制器路由路径与前端API不匹配 2026-01-11 17:42:10 -08:00
health.controller.ts fix(contribution-service): 添加@Public装饰器到HealthController以绕过JWT认证 2026-01-11 07:02:17 -08:00
snapshot.controller.ts feat(contribution-service): 添加算力管理微服务 2026-01-10 17:39:25 -08:00