Skip to content

Commit 4dc3c6a

Browse files
committed
Update proof-systems and algebra
1 parent 10a5575 commit 4dc3c6a

File tree

2 files changed

+30
-30
lines changed

2 files changed

+30
-30
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ mina-p2p-messages = { path = "mina-p2p-messages" }
5050
poseidon = { path = "poseidon" }
5151
ledger = { path = "ledger", package = "mina-tree" }
5252

53-
mina-hasher = { git = "https://github.com/openmina/proof-systems", rev = "e5552e2" }
54-
mina-signer = { git = "https://github.com/openmina/proof-systems", rev = "e5552e2" }
55-
mina-curves = { git = "https://github.com/openmina/proof-systems", rev = "e5552e2" }
56-
# UNCOMMENTED_IN_CI mina-curves = { git = "https://github.com/openmina/proof-systems", rev = "e5552e2", features = [ "32x9" ] }
57-
o1-utils = { git = "https://github.com/openmina/proof-systems", rev = "e5552e2" }
58-
kimchi = { git = "https://github.com/openmina/proof-systems", rev = "e5552e2" }
59-
mina-poseidon = { git = "https://github.com/openmina/proof-systems", rev = "e5552e2" }
60-
poly-commitment = { git = "https://github.com/openmina/proof-systems", rev = "e5552e2" }
53+
mina-hasher = { git = "https://github.com/openmina/proof-systems", rev = "f461b4b" }
54+
mina-signer = { git = "https://github.com/openmina/proof-systems", rev = "f461b4b" }
55+
mina-curves = { git = "https://github.com/openmina/proof-systems", rev = "f461b4b" }
56+
# UNCOMMENTED_IN_CI mina-curves = { git = "https://github.com/openmina/proof-systems", rev = "f461b4b", features = [ "32x9" ] }
57+
o1-utils = { git = "https://github.com/openmina/proof-systems", rev = "f461b4b" }
58+
kimchi = { git = "https://github.com/openmina/proof-systems", rev = "f461b4b" }
59+
mina-poseidon = { git = "https://github.com/openmina/proof-systems", rev = "f461b4b" }
60+
poly-commitment = { git = "https://github.com/openmina/proof-systems", rev = "f461b4b" }
6161

6262
libp2p = { git = "https://github.com/openmina/rust-libp2p", rev = "5c44c7d9", default-features = false }
6363
vrf = { path = "vrf" }
@@ -92,10 +92,10 @@ incremental = false
9292
codegen-units = 1
9393

9494
[patch.crates-io]
95-
ark-ff = { git = "https://github.com/openmina/algebra", rev = "aea157a" } # branch: fix-openmina-webnode
96-
ark-ec = { git = "https://github.com/openmina/algebra", rev = "aea157a" } # branch: fix-openmina-webnode
97-
ark-poly = { git = "https://github.com/openmina/algebra", rev = "aea157a" } # branch: fix-openmina-webnode
98-
ark-serialize = { git = "https://github.com/openmina/algebra", rev = "aea157a" } # branch: fix-openmina-webnode
95+
ark-ff = { git = "https://github.com/openmina/algebra", rev = "150ab8d" } # branch: fix-openmina-webnode
96+
ark-ec = { git = "https://github.com/openmina/algebra", rev = "150ab8d" } # branch: fix-openmina-webnode
97+
ark-poly = { git = "https://github.com/openmina/algebra", rev = "150ab8d" } # branch: fix-openmina-webnode
98+
ark-serialize = { git = "https://github.com/openmina/algebra", rev = "150ab8d" } # branch: fix-openmina-webnode
9999

100100
num-bigint = { git = "https://github.com/openmina/num-bigint", rev = "8bb5ee4" } # branch: on-stack
101101
num-rational = { git = "https://github.com/openmina/num-rational", rev = "336f11d" } # branch: on-stack

0 commit comments

Comments
 (0)