Skip to content

Conversation

nann-cheng
Copy link
Collaborator

  1. Optimize ECDH negotiation at the initialization phase of MPC nodes

  2. Remove broadcast echo for better performance

baseCtx, baseCancel := context.WithTimeout(context.Background(), KeyGenTimeOut)
defer baseCancel()

logger.Info("[KEY GEN] Key generation result")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unecessary logging


walletID := msg.WalletID

logger.Info("[KEY GEN] Key generation result", "walletID", walletID)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unecessary logging

// Create a reply inbox to receive the keygen event response.
replyInbox := nats.NewInbox()

logger.Info("Newreplybox id", "topic", replyInbox)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove this debug logging

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants