rwadurian/backend
hailin 7531cbd07a fix: Implement MarkPartyReady and StartSession handlers, update domain logic
- Add sessionRepo to HTTP handler for database operations
- Implement MarkPartyReady handler to update participant status
- Implement StartSession handler to start MPC sessions
- Update CanStart() to accept participants in 'ready' status
- Make Start() method idempotent to handle automatic + explicit starts
- Fix repository injection through dependency chain in main.go
- Add party_id parameter to test completion request
2025-11-29 00:31:24 -08:00
..
api-gateway first commit 2025-11-23 21:21:44 -08:00
mpc-system fix: Implement MarkPartyReady and StartSession handlers, update domain logic 2025-11-29 00:31:24 -08:00
services feat: 添加MPC多方计算服务模块 2025-11-27 17:31:43 -08:00