• Joined on 2024-05-09
hailin pushed to main at hailin/rwadurian 2026-01-14 10:03:24 +00:00
feb871bcf1 feat(mining-admin): add daily report generation service
hailin pushed to main at hailin/rwadurian 2026-01-14 09:56:01 +00:00
4292d5da66 fix(mining-admin-web): fix TypeScript type for empty mainPools array
hailin pushed to main at hailin/rwadurian 2026-01-14 09:53:14 +00:00
a7a2282ba7 fix(mining-admin-web): update account type categorization to match backend
hailin pushed to main at hailin/rwadurian 2026-01-14 09:44:28 +00:00
fa6826dde3 fix(mining-admin): use CDC synced tables for system accounts API
hailin pushed to main at hailin/rwadurian 2026-01-14 09:28:51 +00:00
eff71a6b22 feat(mining-wallet): publish outbox events for system/pool accounts
hailin pushed to main at hailin/rwadurian 2026-01-14 09:02:15 +00:00
0bbb52284c fix(contribution): avoid nested transaction timeout in BonusClaimService
hailin pushed to main at hailin/rwadurian 2026-01-14 08:40:58 +00:00
7588d18fff fix(mining-wallet): fix province/city creation and add seed on startup
hailin pushed to main at hailin/rwadurian 2026-01-14 08:19:14 +00:00
e6e44d9a43 Revert "fix(mining-wallet): auto-create HEADQUARTERS account, skip DEFAULT province/city"
hailin pushed to main at hailin/rwadurian 2026-01-14 08:18:55 +00:00
bf004bab52 fix(mining-wallet): auto-create HEADQUARTERS account, skip DEFAULT province/city
hailin pushed to main at hailin/rwadurian 2026-01-14 08:08:00 +00:00
a03b883350 fix(mining-wallet): exclude prisma directory from TypeScript compilation
hailin pushed to main at hailin/rwadurian 2026-01-14 07:59:02 +00:00
2a79c83715 feat(contribution): implement TEAM_BONUS backfill when unlock conditions met
hailin pushed to main at hailin/rwadurian 2026-01-14 07:36:39 +00:00
ef330a2687 feat(mining-wallet): add seed and auto-create province/city accounts
hailin pushed to main at hailin/rwadurian 2026-01-14 07:31:39 +00:00
6594845d4c fix(mining-wallet): fix Kafka consumers not subscribing to topics
hailin pushed to main at hailin/rwadurian 2026-01-14 07:22:28 +00:00
77b682c8a8 feat(mining-wallet): make initialize endpoints public for internal network calls
hailin pushed to main at hailin/rwadurian 2026-01-14 06:26:34 +00:00
6ec79a6672 fix(deploy): correct CDC sync API URL path
hailin pushed to main at hailin/rwadurian 2026-01-14 06:14:58 +00:00
631fe2bf31 fix(contribution-service): reset consumer group offsets to earliest on startup
hailin pushed to main at hailin/rwadurian 2026-01-14 05:51:06 +00:00
d968efcad4 fix(contribution): run CDC sync in background to allow API access during sync
hailin pushed to main at hailin/rwadurian 2026-01-14 05:44:19 +00:00
5a4970d7d9 Revert "fix(contribution): run CDC sync in background to avoid blocking service startup"
hailin pushed to main at hailin/rwadurian 2026-01-14 05:44:02 +00:00
703c12e9f6 fix(contribution): run CDC sync in background to avoid blocking service startup
hailin pushed to main at hailin/rwadurian 2026-01-14 05:35:05 +00:00
8199bc4d66 feat(contribution): add CDC sync status API and fix deploy script timing