Skip to content

Commit

Permalink
sp1 patch
Browse files Browse the repository at this point in the history
  • Loading branch information
lightsing committed Jun 26, 2024
1 parent 30613ed commit efd8ed1
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 6 deletions.
25 changes: 21 additions & 4 deletions Cargo.lock

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

5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,7 @@ debug = true

[profile.ethtests]
inherits = "test"
opt-level = 3
opt-level = 3

[patch.crates-io]
ff = { git = "https://github.com/scroll-tech/ff", branch = "feat/sp1" }
2 changes: 1 addition & 1 deletion crates/primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ serde = { version = "1.0", default-features = false, features = [
], optional = true }

# scroll
halo2curves = { version = "0.1.0", optional = true }
halo2curves = { git = "https://github.com/scroll-tech/halo2curves.git", branch = "feat/sp1", optional = true }
poseidon-base = { git = "https://github.com/scroll-tech/poseidon-circuit.git", branch = "main", optional = true }

[build-dependencies]
Expand Down

0 comments on commit efd8ed1

Please sign in to comment.