rwadurian/backend
hailin 0b22928d9a fix(android): 添加交易记录保存的错误处理
修复问题:
- saveTransactionRecord() 调用没有错误处理,保存失败会静默
- 如果保存失败,交易已广播但没有本地记录

改进:
- 添加 try-catch 捕获保存异常
- 保存失败时提示用户"交易已广播但保存记录失败"
- 添加成功日志便于调试

影响:
- 确保本地发起的交易 100% 被记录或提示失败原因

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-26 09:19:43 -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 fix(android): 添加交易记录保存的错误处理 2026-01-26 09:19:43 -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