rwadurian/backend/mpc-system/services/service-party-android/app
hailin 7b8105d76c fix(android): 修复参与者列表在keygen开始后继续增加的bug
问题: 发起者端参与方显示4/3(2-of-3 MPC)
原因: session_started事件后仍继续处理participant_joined事件

修复方案:
1. 在participant_joined处理中检查sessionStatus
2. 如果已是IN_PROGRESS或COMPLETED则忽略新的participant_joined事件
3. session_started时只补全不完整的列表,不覆盖

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-27 08:50:39 -08:00
..
libs feat(android): add Android TSS Party app with full API implementation 2025-12-31 23:27:29 -08:00
src/main fix(android): 修复参与者列表在keygen开始后继续增加的bug 2026-01-27 08:50:39 -08:00
build.gradle.kts fix(tss): 修复备份恢复后签名失败的问题 2026-01-20 00:39:05 -08:00
proguard-rules.pro feat(android): add Android TSS Party app with full API implementation 2025-12-31 23:27:29 -08:00