rwadurian/backend/services/trading-service/src
hailin e1fb70e2ee feat(trading-service): add burn system, Kafka events, and idempotency
- Add trading burn system with black hole, share pool, and price calculation
- Implement per-minute auto burn and sell burn with multiplier
- Add Kafka event publishing via outbox pattern (order, trade, burn events)
- Add user.registered consumer to auto-create trading accounts
- Implement Redis + DB dual idempotency for event processing
- Add price, burn, and asset API controllers
- Add migrations for burn tables and processed events

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-14 07:15:41 -08:00
..
api feat(trading-service): add burn system, Kafka events, and idempotency 2026-01-14 07:15:41 -08:00
application feat(trading-service): add burn system, Kafka events, and idempotency 2026-01-14 07:15:41 -08:00
domain feat(trading-service): add burn system, Kafka events, and idempotency 2026-01-14 07:15:41 -08:00
infrastructure feat(trading-service): add burn system, Kafka events, and idempotency 2026-01-14 07:15:41 -08:00
shared feat(mining-ecosystem): 添加挖矿生态系统完整微服务与前端 2026-01-10 17:45:46 -08:00
app.module.ts feat(mining-ecosystem): 添加挖矿生态系统完整微服务与前端 2026-01-10 17:45:46 -08:00
main.ts refactor(api): 升级 trading-service API 前缀至 v2 2026-01-11 22:37:17 -08:00