Skip to content

Commit e26f5b9

Browse files
committed
Update dep
1 parent 468c472 commit e26f5b9

File tree

2 files changed

+31
-44
lines changed

2 files changed

+31
-44
lines changed

Cargo.lock

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 14 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -46,22 +46,14 @@ mina-p2p-messages = { path = "mina-p2p-messages" }
4646
poseidon = { path = "poseidon" }
4747
ledger = { path = "ledger", package = "mina-tree" }
4848

49-
mina-hasher = { git = "https://github.com/openmina/proof-systems", branch = "for-3.0.1-devnet-webnode" }
50-
mina-signer = { git = "https://github.com/openmina/proof-systems", branch = "for-3.0.1-devnet-webnode" }
51-
mina-curves = { git = "https://github.com/openmina/proof-systems", branch = "for-3.0.1-devnet-webnode", features = [ "32x9" ] }
52-
o1-utils = { git = "https://github.com/openmina/proof-systems", branch = "for-3.0.1-devnet-webnode" }
53-
kimchi = { git = "https://github.com/openmina/proof-systems", branch = "for-3.0.1-devnet-webnode" }
54-
mina-poseidon = {git = "https://github.com/openmina/proof-systems", branch = "for-3.0.1-devnet-webnode" }
55-
poly-commitment = {git = "https://github.com/openmina/proof-systems", branch = "for-3.0.1-devnet-webnode" }
56-
57-
# mina-hasher = { path = "/home/sebastien/github/proof-systems/hasher" }
58-
# mina-signer = { path = "/home/sebastien/github/proof-systems/signer" }
59-
# mina-curves = { path = "/home/sebastien/github/proof-systems/curves", features = [ "32x9"] }
60-
# # mina-curves = { path = "/home/sebastien/github/proof-systems/curves" }
61-
# o1-utils = { path = "/home/sebastien/github/proof-systems/utils" }
62-
# kimchi = { path = "/home/sebastien/github/proof-systems/kimchi" }
63-
# mina-poseidon = {path = "/home/sebastien/github/proof-systems/poseidon" }
64-
# poly-commitment = {path = "/home/sebastien/github/proof-systems/poly-commitment" }
49+
mina-hasher = { git = "https://github.com/openmina/proof-systems", rev = "c478b19" }
50+
mina-signer = { git = "https://github.com/openmina/proof-systems", rev = "c478b19" }
51+
mina-curves = { git = "https://github.com/openmina/proof-systems", rev = "c478b19" }
52+
# mina-curves = { git = "https://github.com/openmina/proof-systems", rev = "c478b19", features = [ "32x9" ] }
53+
o1-utils = { git = "https://github.com/openmina/proof-systems", rev = "c478b19" }
54+
kimchi = { git = "https://github.com/openmina/proof-systems", rev = "c478b19" }
55+
mina-poseidon = {git = "https://github.com/openmina/proof-systems", rev = "c478b19" }
56+
poly-commitment = {git = "https://github.com/openmina/proof-systems", rev = "c478b19" }
6557

6658
libp2p = { git = "https://github.com/openmina/rust-libp2p", rev = "5c44c7d9", default-features = false }
6759
vrf = { path = "vrf" }
@@ -74,8 +66,8 @@ linkme = "0.3.22"
7466
static_assertions = "1.1.0"
7567
juniper = { version = "0.16" }
7668

77-
# ark-ff = { version = "0.3.0", features = [ "parallel", "asm", "std" ] }
78-
ark-ff = { version = "0.3.0", features = [ "parallel", "asm", "std", "32x9" ] }
69+
ark-ff = { version = "0.3.0", features = [ "parallel", "asm", "std" ] }
70+
# ark-ff = { version = "0.3.0", features = [ "parallel", "asm", "std", "32x9" ] }
7971

8072

8173
[profile.fuzz]
@@ -90,15 +82,10 @@ incremental = false
9082
codegen-units = 1
9183

9284
[patch.crates-io]
93-
ark-ff = { git = "https://github.com/openmina/algebra", branch = "fix-openmina-webnode" } # branch: fix-openmina
94-
ark-ec = { git = "https://github.com/openmina/algebra", branch = "fix-openmina-webnode" } # branch: fix-openmina
95-
ark-poly = { git = "https://github.com/openmina/algebra", branch = "fix-openmina-webnode" } # branch: fix-openmina
96-
ark-serialize = { git = "https://github.com/openmina/algebra", branch = "fix-openmina-webnode" } # branch: fix-openmina
97-
98-
# ark-ff = { path = "/home/sebastien/travaux/algebra/ff" } # branch: fix-openmina
99-
# ark-ec = { path = "/home/sebastien/travaux/algebra/ec" } # branch: fix-openmina
100-
# ark-poly = { path = "/home/sebastien/travaux/algebra/poly" } # branch: fix-openmina
101-
# ark-serialize = { path = "/home/sebastien/travaux/algebra/serialize" } # branch: fix-openmina
85+
ark-ff = { git = "https://github.com/openmina/algebra", rev = "f42a8ec" } # branch: fix-openmina-webnode
86+
ark-ec = { git = "https://github.com/openmina/algebra", rev = "f42a8ec" } # branch: fix-openmina-webnode
87+
ark-poly = { git = "https://github.com/openmina/algebra", rev = "f42a8ec" } # branch: fix-openmina-webnode
88+
ark-serialize = { git = "https://github.com/openmina/algebra", rev = "f42a8ec" } # branch: fix-openmina-webnode
10289

10390
[profile.test.package."*"]
10491
opt-level = 3

0 commit comments

Comments
 (0)