• Joined on 2024-05-09
hailin pushed to main at hailin/rwadurian 2025-12-06 18:29:33 +00:00
8dd1c50eb9 fix: update test username for signing parties API test
hailin pushed to main at hailin/rwadurian 2025-12-06 18:20:24 +00:00
1044cfe635 fix: correct signing parties count validation to T+1 (required signers for TSS)
hailin pushed to main at hailin/rwadurian 2025-12-06 18:18:23 +00:00
47a98da4e4 test: add signing parties API test script
hailin pushed to main at hailin/rwadurian 2025-12-06 16:57:46 +00:00
3d176e1132 feat: complete keygen_session_id implementation for signing sessions
hailin pushed to main at hailin/rwadurian 2025-12-06 16:40:40 +00:00
23eff00d76 feat: add KeygenSessionID to MPCSession entity
hailin pushed to main at hailin/rwadurian 2025-12-06 16:39:43 +00:00
382386733d feat: add keygen_session_id to signing session flow
hailin pushed to main at hailin/rwadurian 2025-12-06 14:36:42 +00:00
450163a94d fix(context): use parent context instead of Background() to allow proper cancellation
hailin pushed to main at hailin/rwadurian 2025-12-06 14:09:27 +00:00
220e34b951 test: set require_delegate to false for comparison test
hailin pushed to main at hailin/rwadurian 2025-12-06 13:10:57 +00:00
hailin pushed to main at hailin/rwadurian 2025-12-06 12:54:49 +00:00
5f12404be4 fix: remove dynamic participant join to fix concurrent party_index assignment
hailin pushed to main at hailin/rwadurian 2025-12-06 10:56:29 +00:00
32e3970f34 debug: add logger level debug output
hailin pushed to main at hailin/rwadurian 2025-12-06 10:42:07 +00:00
5764f3d50d chore: set logger level to debug for debugging
hailin pushed to main at hailin/rwadurian 2025-12-06 10:37:38 +00:00
e321501c32 chore: set default environment to development for debug logging
hailin pushed to main at hailin/rwadurian 2025-12-06 10:35:05 +00:00
6df7355abe fix: add username field to keygen request
hailin pushed to main at hailin/rwadurian 2025-12-06 10:34:10 +00:00
ac64c2d012 fix: add Authorization header to test_create_session.go
hailin pushed to main at hailin/rwadurian 2025-12-06 09:10:02 +00:00
00b48bab50 fix(coordinator): handle all participant states in ReportCompletion with proper state transitions
hailin pushed to main at hailin/rwadurian 2025-12-05 16:14:03 +00:00
747e4ae8ef refactor(mpc-system): migrate to party-driven architecture with PartyID-based routing
hailin pushed to main at hailin/rwadurian 2025-12-05 10:11:36 +00:00
ac76fd80bc feat(mpc-system): integrate gRPC calls into account-service MPC endpoints
hailin pushed to main at hailin/rwadurian 2025-12-05 09:25:00 +00:00
59e8d9975d feat(mpc-system): implement gRPC integration for account service
hailin pushed to main at hailin/rwadurian 2025-12-05 08:01:18 +00:00
8ff26cb929 docs(services): add MPC integration verification report