rwadurian/backend/mpc-system/services/service-party-app/src
hailin 444b720f8d feat(android): strengthen gRPC connection reliability
Major improvements to Android gRPC client:
- Add automatic reconnection with exponential backoff (1s to 30s)
- Add heartbeat mechanism with failure detection (30s interval, 3 failures trigger reconnect)
- Add stream version tracking to filter stale callbacks
- Add channel state monitoring (every 5s)
- Add per-call deadline instead of one-time deadline for stubs
- Add SharedFlow for connection events (Connected, Disconnected, Reconnecting, Reconnected, PendingMessages)
- Add callback exception handling for robustness
- Add stream recovery after reconnection via callback mechanism

TssRepository changes:
- Save message routing params for recovery after reconnect
- Expose grpcConnectionEvents SharedFlow for UI notifications
- Auto-restore event subscriptions after reconnection

Other changes:
- Add QR code to Electron Create page for mobile scanning
- Auto version increment from version.properties
- SettingsScreen shows BuildConfig version info
- CreateWalletScreen tracks hasEnteredSession state

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-01 06:44:42 -08:00
..
components fix(electron): sync network status display with Settings in real-time 2026-01-01 03:24:19 -08:00
pages feat(android): strengthen gRPC connection reliability 2026-01-01 06:44:42 -08:00
stores feat(service-party-app): 实现启动时自动注册到 Message Router,状态验证真实化 2025-12-28 23:29:04 -08:00
styles feat(co-managed-wallet): 添加分布式多方共管钱包创建功能 2025-12-27 21:39:07 -08:00
types revert: undo incorrect threshold conversion that broke keygen 2025-12-31 07:58:36 -08:00
utils feat(android): add Android TSS Party app with full API implementation 2025-12-31 23:27:29 -08:00
App.tsx feat(service-party-app): implement co-sign multi-party signing 2025-12-30 18:36:11 -08:00
main.tsx fix(service-party-app): 修复路由和启动问题 2025-12-28 07:45:43 -08:00