Skip to content

Commit c62c5e6

Browse files
committed
Repatch Arkworks
1 parent 4115688 commit c62c5e6

File tree

4 files changed

+34
-22
lines changed

4 files changed

+34
-22
lines changed

operator/mina/lib/Cargo.lock

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

operator/mina/lib/Cargo.toml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,13 @@ mina_bridge_core = { git = "https://github.com/lambdaclass/mina_bridge", branch
3333
bincode = "1.3.3"
3434

3535
[patch.crates-io]
36-
ark-ff = { git = "https://github.com/openmina/algebra", branch = "openmina" }
37-
ark-ec = { git = "https://github.com/openmina/algebra", branch = "openmina" }
38-
ark-poly = { git = "https://github.com/openmina/algebra", branch = "openmina" }
39-
ark-serialize = { git = "https://github.com/openmina/algebra", branch = "openmina" }
36+
ark-ff = { git = "https://github.com/lambdaclass/openmina_algebra", branch = "mina_bridge" }
37+
ark-ec = { git = "https://github.com/lambdaclass/openmina_algebra", branch = "mina_bridge" }
38+
ark-poly = { git = "https://github.com/lambdaclass/openmina_algebra", branch = "mina_bridge" }
39+
ark-serialize = { git = "https://github.com/lambdaclass/openmina_algebra", branch = "mina_bridge" }
40+
41+
[patch.'https://github.com/openmina/algebra']
42+
ark-ff = { git = "https://github.com/lambdaclass/openmina_algebra", branch = "mina_bridge" }
43+
ark-ec = { git = "https://github.com/lambdaclass/openmina_algebra", branch = "mina_bridge" }
44+
ark-poly = { git = "https://github.com/lambdaclass/openmina_algebra", branch = "mina_bridge" }
45+
ark-serialize = { git = "https://github.com/lambdaclass/openmina_algebra", branch = "mina_bridge" }

operator/mina_account/lib/Cargo.lock

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

operator/mina_account/lib/Cargo.toml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,13 @@ bincode = "1.3.3"
3232
alloy = { version = "0.3.3", features = ["full"] }
3333

3434
[patch.crates-io]
35-
ark-ff = { git = "https://github.com/openmina/algebra", branch = "openmina" }
36-
ark-ec = { git = "https://github.com/openmina/algebra", branch = "openmina" }
37-
ark-poly = { git = "https://github.com/openmina/algebra", branch = "openmina" }
38-
ark-serialize = { git = "https://github.com/openmina/algebra", branch = "openmina" }
35+
ark-ff = { git = "https://github.com/lambdaclass/openmina_algebra", branch = "mina_bridge" }
36+
ark-ec = { git = "https://github.com/lambdaclass/openmina_algebra", branch = "mina_bridge" }
37+
ark-poly = { git = "https://github.com/lambdaclass/openmina_algebra", branch = "mina_bridge" }
38+
ark-serialize = { git = "https://github.com/lambdaclass/openmina_algebra", branch = "mina_bridge" }
39+
40+
[patch.'https://github.com/openmina/algebra']
41+
ark-ff = { git = "https://github.com/lambdaclass/openmina_algebra", branch = "mina_bridge" }
42+
ark-ec = { git = "https://github.com/lambdaclass/openmina_algebra", branch = "mina_bridge" }
43+
ark-poly = { git = "https://github.com/lambdaclass/openmina_algebra", branch = "mina_bridge" }
44+
ark-serialize = { git = "https://github.com/lambdaclass/openmina_algebra", branch = "mina_bridge" }

0 commit comments

Comments
 (0)