rwadurian/backend/mpc-system/services
hailin a22fc16313 fix(session-coordinator): 修复 FindExpired SQL 时区问题
- expires_at 存储为 UTC 时间
- 查询时使用 NOW() AT TIME ZONE 'UTC' 确保时区一致
- 避免因时区差异导致 session 过早被标记为过期

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-29 10:07:28 -08:00
..
account fix(mpc-system): 修复 co_managed_keygen 参与者 party_index 映射问题 2025-12-29 09:06:13 -08:00
message-router fix(server-party): co_managed_keygen 等待所有参与者加入后再开始 keygen 2025-12-29 09:55:52 -08:00
server-party fix(server-party): co_managed_keygen 等待所有参与者加入后再开始 keygen 2025-12-29 09:55:52 -08:00
server-party-api fix(context): use parent context instead of Background() to allow proper cancellation 2025-12-06 06:36:34 -08:00
service-party-app fix(mpc-system): 修复 co_managed_keygen 参与者 party_index 映射问题 2025-12-29 09:06:13 -08:00
session-coordinator fix(session-coordinator): 修复 FindExpired SQL 时区问题 2025-12-29 10:07:28 -08:00
tss-wasm feat(admin-web): 添加 TSS WASM 集成,实现与 Service-Party-App 功能对等 2025-12-29 01:39:43 -08:00