rwadurian/backend/services/blockchain-service/src/infrastructure
hailin ab31ad3726 feat(blockchain): 添加 Redis 缓存自动恢复机制
扫描区块时检测缓存是否为空,如果为空则自动从数据库重新加载地址缓存,
避免因 Redis 数据丢失导致充值漏检。

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-15 23:13:04 -08:00
..
blockchain fix(blockchain): read token decimals from contract for deposit detection 2025-12-10 11:57:34 -08:00
kafka feat: 暂时禁用 BSC 链,添加 Kafka 企业级重试配置 2025-12-15 22:33:34 -08:00
mpc feat(mpc): 将 blockchain-service MPC 签名从 HTTP 改为 Kafka 事件驱动 2025-12-15 09:45:39 -08:00
persistence fix(blockchain): use amountFormatted to rebuild TokenAmount from DB 2025-12-10 12:22:32 -08:00
redis feat(blockchain): 添加 Redis 缓存自动恢复机制 2025-12-15 23:13:04 -08:00
infrastructure.module.ts feat(blockchain): 将提现转账从私钥签名改为 MPC 签名 2025-12-15 08:04:17 -08:00