josephawallace / codis

Secure cryptocurrency custody using MPC
0 stars 0 forks source link

Missing Response Handling in `go ks.keygen(args)` #5

Open angelorc opened 11 months ago

angelorc commented 11 months ago

Issue Summary:

While reviewing the codebase, I've noticed that there's a missing response handling mechanism in the go ks.keygen(args) call. A comment indicates TODO: take and fill the reply, but currently, the reply is not being handled.

Steps to Reproduce:

Expected Behavior:

I would expect to see the TODO fulfilled, i.e., handling the reply that comes from the ks.keygen(args) call.

Actual Behavior:

Currently, the reply is not being handled, leaving a gap in the functionality.

Questions:

Is there a plan to implement this feature in the near future? Is this repository still being maintained?