Skip to content

Commit

Permalink
point to a repo and delete local ark-zkey
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMenko committed Dec 4, 2023
1 parent c8f6505 commit 5c3a24e
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 442 deletions.
5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ ark-relations = { version = "=0.4.0", default-features = false }
ark-std = { version = "0.4.0", default-features = false, features = ["parallel"] }
# TODO: Need to give mopro a example zkey for satisfying its tests
# for now i just commented them out
# ark-zkey = { git = "https://github.com/worldcoin/mopro" }
ark-zkey = { path = "crates/ark-zkey" }
ark-zkey = { git = "https://github.com/worldcoin/mopro" }
color-eyre = "0.6"
criterion = { version = "0.3", optional = true, features = ["async_tokio"] }
hex = "0.4.0"
Expand Down Expand Up @@ -77,7 +76,7 @@ tiny-keccak = "2.0.2"
tracing-test = "0.2"

[build-dependencies]
ark-zkey = { path = "crates/ark-zkey" }
ark-zkey = { git = "https://github.com/worldcoin/mopro" }
color-eyre = "0.6"
enumset = "1.0.8"
reqwest = { version = "0.11", features = ["blocking"] }
Expand Down
14 changes: 0 additions & 14 deletions crates/ark-zkey/.gitignore

This file was deleted.

28 changes: 0 additions & 28 deletions crates/ark-zkey/Cargo.toml

This file was deleted.

79 changes: 0 additions & 79 deletions crates/ark-zkey/README.md

This file was deleted.

Loading

0 comments on commit 5c3a24e

Please sign in to comment.