Skip to content

Commit

Permalink
v0.3.0 candidate - centipede,[email protected] (ZenGo-X#32)
Browse files Browse the repository at this point in the history
* v0.3.0 candidate - centipede,[email protected]

* cargo fmt
  • Loading branch information
oleiba authored and omershlo committed Sep 2, 2019
1 parent 56eecd0 commit ead4005
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
7 changes: 3 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "multi-party-schnorr"
version = "0.2.0"
version = "0.3.0"
authors = [
"Omer <[email protected]>",
"Gary <[email protected]>"
Expand All @@ -12,12 +12,11 @@ crate-type = ["lib"]
[dependencies]
serde = "1.0"
serde_derive = "1.0"
curv = { git = "https://github.com/KZen-networks/curv" , features = ["ec_secp256k1"]}
curv = { git = "https://github.com/KZen-networks/curv" , tag = "v0.2.0", features = ["ec_secp256k1"]}

[dependencies.centipede]
git = "https://github.com/KZen-networks/centipede"


tag = "v0.2.0"

[dev-dependencies]
hex = "0.3.2"
Expand Down
1 change: 0 additions & 1 deletion src/protocols/multisig/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,4 @@ mod tests {
assert!(MT256::validate_proof(&proof1, root).is_ok());
assert!(MT256::validate_proof(&proof2, root).is_ok());
}

}

0 comments on commit ead4005

Please sign in to comment.