rwadurian/backend/services/mining-wallet-service/src
hailin 109986ba49 fix(mining-wallet-service): move share-pool-balance route before :type param route
NestJS routes are matched in order, so the parameterized :type route
was capturing 'share-pool-balance' before it could reach the public
endpoint, causing 401 errors.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-15 06:22:30 -08:00
..
api fix(mining-wallet-service): move share-pool-balance route before :type param route 2026-01-15 06:22:30 -08:00
application fix(mining-wallet-service): use SHARE_POOL_A instead of SHARE_POOL for mining rewards 2026-01-15 06:05:17 -08:00
infrastructure feat(contribution): implement TEAM_BONUS backfill when unlock conditions met 2026-01-13 23:58:54 -08:00
shared feat(mining-wallet-service): 添加独立钱包管理微服务 2026-01-10 22:21:08 -08:00
app.module.ts feat(mining-wallet-service): 添加独立钱包管理微服务 2026-01-10 22:21:08 -08:00
main.ts fix(mining-wallet): fix Kafka consumers not subscribing to topics 2026-01-13 23:31:31 -08:00