rwadurian/backend
hailin d974fddda5 feat(android): 使用 Kavascan BlockScout API 同步交易记录
替换慢速的 eth_getLogs 区块扫描方案为官方推荐的 BlockScout REST API:
- 使用 /api/v2/addresses/{address}/transactions 端点
- 一次性获取所有交易历史(自动分页)
- 支持 ERC-20 代币转账和原生 KAVA 转账
- 从 30-45 秒优化到 < 5 秒
- 解析 token_transfers 字段识别代币类型
- 根据合约地址映射到 GREEN_POINTS/ENERGY_POINTS/FUTURE_POINTS

参考: https://kavascan.com/api-docs
       https://docs.blockscout.com/devs/apis/rest

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-26 08:36:33 -08:00
..
.claude refactor: simplify mpc-service to gateway mode 2025-12-06 17:16:14 -08:00
api-gateway fix(kong): remove ws/wss protocols from WebSocket route 2026-01-18 21:36:30 -08:00
infrastructure chore(docker): 为 mpc-system、api-gateway、infrastructure 添加时区配置 2025-12-23 18:35:09 -08:00
mpc-system feat(android): 使用 Kavascan BlockScout API 同步交易记录 2026-01-26 08:36:33 -08:00
scripts fix(scripts): 修正容器名为 rwa-blockchain-service 2025-12-15 10:34:25 -08:00
services fix(contribution-service): CDC planting_orders 阶段按 order_id 排序处理 2026-01-23 03:41:14 -08:00
.env.windows fix(referral): 修复 getMyReferralInfo 使用 userId 而不是 accountSequence 的问题 2025-12-14 05:05:03 -08:00
docker-compose.windows.yml feat(service-party-app): implement co-sign multi-party signing 2025-12-30 18:36:11 -08:00