-
Notifications
You must be signed in to change notification settings - Fork 51
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
v0.1.0 candidate - support for EdDSA, Schnorr & fix dependencies #34
Conversation
This reverts commit ecc6a66.
I would like to explore other options as @gbenattar suggested |
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.
Curv should not be split
Approved @gbenattar changes to DockerFile and tests |
After our discussion, changed |
@oleiba have you tried to use something like : |
I have updated the Cargo.toml files with using This removes the need of an additional |
@omershlo is it good to go on your side? |
still working on it. |
@@ -21,32 +24,42 @@ log = "0.4" | |||
time = "*" | |||
clap = { version = "2.32", features = ["yaml"] } | |||
reqwest = "0.9.5" |
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.
#28 ?
I approve |
It seems that I can't merge without your "github" approval. |
I'm curious: Why only two parties for a Schnorr signature? |
The Gotham city architecture includes a network stack. |
integration-tests
(all pass)bitcoin
dependency upgraded to0.20.0
This PR extends and replaces #30 .