Skip to content

Commit

Permalink
deps: disable global revm c-kzg
Browse files Browse the repository at this point in the history
  • Loading branch information
lispc committed Apr 30, 2024
1 parent ba844f7 commit 2516c39
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ strum_macros = "0.25"
subtle = "2.4"
tokio = { version = "1.13", features = ["macros", "rt-multi-thread"] }
url = "2.2"
revm-precompile = { git = "https://github.com/scroll-tech/revm", rev = "e1e8f7a", default-features = false, features = ["std", "c-kzg"] } # v35
revm-primitives = { git = "https://github.com/scroll-tech/revm", rev = "e1e8f7a", default-features = false, features = ["std", "c-kzg"] } # v35
revm-precompile = { git = "https://github.com/scroll-tech/revm", rev = "e1e8f7a", default-features = false, features = ["std"] } # v35
revm-primitives = { git = "https://github.com/scroll-tech/revm", rev = "e1e8f7a", default-features = false, features = ["std"] } # v35
c-kzg = "1.0.0"

[patch.crates-io]
Expand Down
4 changes: 2 additions & 2 deletions aggregator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ c-kzg.workspace = true
num-bigint.workspace = true

[features]
default = [ ]
print-trace = [ "ark-std/print-trace" ]
default = ["revm-precompile/c-kzg"]
print-trace = ["ark-std/print-trace"]
# This feature is useful for unit tests where we check the SAT of pi aggregation circuit
disable_proof_aggregation = []

0 comments on commit 2516c39

Please sign in to comment.