rwadurian/frontend/mobile-app/assets/images
hailin b01277ab7d feat(withdraw): 实现完整的提取功能 - TOTP验证和KAVA转账
功能实现:
- identity-service: 添加TOTP二次验证功能
  - 新增 UserTotp 数据模型
  - 实现 TotpService (生成/验证/启用/禁用)
  - 添加 /totp/* API端点

- wallet-service: 提取API添加TOTP验证
  - withdrawal.dto 添加可选 totpCode 字段
  - 添加 IdentityClientService 调用identity-service验证TOTP
  - 添加 WithdrawalStatusHandler 处理区块链确认/失败事件

- blockchain-service: 实现真实KAVA ERC20转账
  - 新增 Erc20TransferService (热钱包USDT转账)
  - 更新 withdrawal-requested.handler 执行真实转账
  - 发布确认/失败事件回wallet-service

- 前端: 对接真实提取API
  - withdraw_confirm_page 调用 walletService.withdrawUsdt

环境变量配置:
- TOTP_ENCRYPTION_KEY (identity-service)
- IDENTITY_SERVICE_URL (wallet-service)
- HOT_WALLET_PRIVATE_KEY (blockchain-service)

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-15 05:16:42 -08:00
..
avatars Flutter v0.1 draft ok 2025-11-25 20:09:50 -08:00
backgrounds Flutter v0.1 draft ok 2025-11-25 20:09:50 -08:00
illustrations Flutter v0.1 draft ok 2025-11-25 20:09:50 -08:00
logo feat(withdraw): 实现完整的提取功能 - TOTP验证和KAVA转账 2025-12-15 05:16:42 -08:00
splash_frames refactor(splash): 简化开屏动画为纯帧播放,恢复监控Tab 2025-12-15 03:28:53 -08:00
.gitkeep Flutter v0.1 draft ok 2025-11-25 20:09:50 -08:00
Background@2x.png . 2025-11-30 06:44:57 -08:00
Button.svg refactor(mpc-system): migrate to party-driven architecture with PartyID-based routing 2025-12-05 08:11:28 -08:00
Button1.svg refactor(mpc-system): migrate to party-driven architecture with PartyID-based routing 2025-12-05 08:11:28 -08:00
Container.svg chore(mobile-app): update Container.svg asset 2025-12-07 23:33:55 -08:00
Container1.svg refactor(mpc-system): migrate to party-driven architecture with PartyID-based routing 2025-12-05 08:11:28 -08:00
Frame1@3x.png . 2025-11-30 06:44:57 -08:00
Frame@3x.png . 2025-11-30 06:44:57 -08:00
Label@2x.png feat(mobile-app): add import mnemonic page and fix share URL 2025-12-07 13:35:40 -08:00
Margin.svg refactor(mpc-system): migrate to party-driven architecture with PartyID-based routing 2025-12-05 08:11:28 -08:00
Overlay-19.svg refactor(mpc-system): migrate to party-driven architecture with PartyID-based routing 2025-12-05 08:11:28 -08:00
Overlay.svg refactor(mpc-system): migrate to party-driven architecture with PartyID-based routing 2025-12-05 08:11:28 -08:00
Overlay5.svg refactor(mpc-system): migrate to party-driven architecture with PartyID-based routing 2025-12-05 08:11:28 -08:00
Vector.svg refactor(mpc-system): migrate to party-driven architecture with PartyID-based routing 2025-12-05 08:11:28 -08:00
Vector1.svg refactor(mpc-system): migrate to party-driven architecture with PartyID-based routing 2025-12-05 08:11:28 -08:00
guide_1.jpg update: guide page images for better display on various screen ratios 2025-12-09 19:32:46 -08:00
guide_2.jpg update: guide page images for better display on various screen ratios 2025-12-09 19:32:46 -08:00
guide_3.jpg feat(mobile): redesign guide pages with fullscreen background images 2025-12-09 17:44:38 -08:00
guide_4.jpg update: guide page images for better display on various screen ratios 2025-12-09 19:32:46 -08:00
guide_5.jpg update: guide page images for better display on various screen ratios 2025-12-09 19:32:46 -08:00