-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add dkls/schnorr keysign #1560
Add dkls/schnorr keysign #1560
Conversation
} | ||
val receiverString = String(receiverArray, Charsets.UTF_8) | ||
println("sending message from $localPartyID to: $receiverString, content length: ${encodedOutboundMessage.length}") | ||
messenger?.send(localPartyID, receiverString, encodedOutboundMessage) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
messenger?.send(localPartyID, receiverString, encodedOutboundMessage) | |
messenger.send(localPartyID, receiverString, encodedOutboundMessage) |
delay(100) | ||
} | ||
} catch (e: Exception) { | ||
Timber.e("Failed to get messages", e) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Timber.e("Failed to get messages", e) | |
Timber.e(e,"Failed to get messages") |
|
||
val elapsedTime = (System.nanoTime() - start) / 1_000_000_000.0 | ||
if (elapsedTime > 60) { | ||
error("timeout: failed to create vault within 60 seconds") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
error("timeout: failed to create vault within 60 seconds") | |
error("timeout: failed to keysign within 60 seconds") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Fix #1489
TXS:
Initializer: https://thorchain.net/tx/FACCCDF41C2F9AD8B8AB40C7103D12DDA1B9E6212130086616B53A39D62B9D78
Co-signer: https://thorchain.net/tx/204A96D9050EDD2BA594CDADC79E75CAE370B89D9ECE85644BCFE793B6084E3C
Old: https://thorchain.net/tx/FFCC4CEA148972C341E49CCCCDFEAC481FC27A43C9175DDBAFB52FC82B4A67B5