rwadurian/backend/mpc-system/services/session-coordinator
hailin 13e81e37c9 fix(db): update repository to save and load delegate_party_id field
Update session repository to properly handle delegate_party_id column:
- Add delegate_party_id to Save method INSERT and UPDATE statements
- Add DelegatePartyID field to sessionRow struct
- Update FindByUUID, FindByStatus, FindExpired, FindActive SELECT queries
- Update scanSessions method to scan and pass delegate_party_id
- Remove placeholder empty string, now loads actual value from database

This completes the delegate party functionality by ensuring the delegate party ID
is persisted and retrieved correctly from the database.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-06 05:52:34 -08:00
..
adapters fix(db): update repository to save and load delegate_party_id field 2025-12-06 05:52:34 -08:00
application fix: remove dynamic participant join to fix concurrent party_index assignment 2025-12-06 04:54:40 -08:00
cmd/server test(logger): add debug log test to verify debug level works 2025-12-06 03:23:24 -08:00
domain fix: remove dynamic participant join to fix concurrent party_index assignment 2025-12-06 04:54:40 -08:00
infrastructure feat(mpc-system): integrate reliability mechanisms and enable party-driven architecture 2025-12-05 20:30:03 -08:00
Dockerfile chore(mpc-system): update Dockerfiles to Go 1.24 and fix line endings 2025-12-05 16:40:32 -08:00