Skip to content

Commit

Permalink
Repatch Arkworks
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielbosio committed Oct 10, 2024
1 parent 4115688 commit c62c5e6
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 22 deletions.
14 changes: 7 additions & 7 deletions operator/mina/lib/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 10 additions & 4 deletions operator/mina/lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,13 @@ mina_bridge_core = { git = "https://github.com/lambdaclass/mina_bridge", branch
bincode = "1.3.3"

[patch.crates-io]
ark-ff = { git = "https://github.com/openmina/algebra", branch = "openmina" }
ark-ec = { git = "https://github.com/openmina/algebra", branch = "openmina" }
ark-poly = { git = "https://github.com/openmina/algebra", branch = "openmina" }
ark-serialize = { git = "https://github.com/openmina/algebra", branch = "openmina" }
ark-ff = { git = "https://github.com/lambdaclass/openmina_algebra", branch = "mina_bridge" }
ark-ec = { git = "https://github.com/lambdaclass/openmina_algebra", branch = "mina_bridge" }
ark-poly = { git = "https://github.com/lambdaclass/openmina_algebra", branch = "mina_bridge" }
ark-serialize = { git = "https://github.com/lambdaclass/openmina_algebra", branch = "mina_bridge" }

[patch.'https://github.com/openmina/algebra']
ark-ff = { git = "https://github.com/lambdaclass/openmina_algebra", branch = "mina_bridge" }
ark-ec = { git = "https://github.com/lambdaclass/openmina_algebra", branch = "mina_bridge" }
ark-poly = { git = "https://github.com/lambdaclass/openmina_algebra", branch = "mina_bridge" }
ark-serialize = { git = "https://github.com/lambdaclass/openmina_algebra", branch = "mina_bridge" }
14 changes: 7 additions & 7 deletions operator/mina_account/lib/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 10 additions & 4 deletions operator/mina_account/lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,13 @@ bincode = "1.3.3"
alloy = { version = "0.3.3", features = ["full"] }

[patch.crates-io]
ark-ff = { git = "https://github.com/openmina/algebra", branch = "openmina" }
ark-ec = { git = "https://github.com/openmina/algebra", branch = "openmina" }
ark-poly = { git = "https://github.com/openmina/algebra", branch = "openmina" }
ark-serialize = { git = "https://github.com/openmina/algebra", branch = "openmina" }
ark-ff = { git = "https://github.com/lambdaclass/openmina_algebra", branch = "mina_bridge" }
ark-ec = { git = "https://github.com/lambdaclass/openmina_algebra", branch = "mina_bridge" }
ark-poly = { git = "https://github.com/lambdaclass/openmina_algebra", branch = "mina_bridge" }
ark-serialize = { git = "https://github.com/lambdaclass/openmina_algebra", branch = "mina_bridge" }

[patch.'https://github.com/openmina/algebra']
ark-ff = { git = "https://github.com/lambdaclass/openmina_algebra", branch = "mina_bridge" }
ark-ec = { git = "https://github.com/lambdaclass/openmina_algebra", branch = "mina_bridge" }
ark-poly = { git = "https://github.com/lambdaclass/openmina_algebra", branch = "mina_bridge" }
ark-serialize = { git = "https://github.com/lambdaclass/openmina_algebra", branch = "mina_bridge" }

0 comments on commit c62c5e6

Please sign in to comment.