Skip to content

Commit

Permalink
enable strict-ccc and disable enable-storage (privacy-scaling-explora…
Browse files Browse the repository at this point in the history
  • Loading branch information
lightsing authored Apr 19, 2024
1 parent e73b0bc commit 807aded
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bus-mapping/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ rand.workspace = true
rayon.workspace = true

[features]
default = ["test", "enable-storage"]
default = ["test"]
test = ["mock", "rand"]
scroll = ["eth-types/scroll", "mock?/scroll"]
# Enable shanghai feature of mock only if mock is enabled (by test).
Expand Down
2 changes: 1 addition & 1 deletion testool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ urlencoding = "2.1.2"
ctor.workspace = true

[features]
default = ["ignore-test-docker", "skip-self-destruct", "shanghai", "enable-storage"]
default = ["ignore-test-docker", "skip-self-destruct", "shanghai", "bus-mapping/strict-ccc"]
onephase = ["zkevm-circuits/onephase"]
ignore-test-docker = []
skip-self-destruct = []
Expand Down
2 changes: 1 addition & 1 deletion zkevm-circuits/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ cli-table = "0.4"
paste = "1.0"

[features]
default = ["test", "test-circuits", "shanghai", "debug-annotations", "parallel_syn", "enable-storage"]
default = ["test", "test-circuits", "shanghai", "debug-annotations", "parallel_syn"]
test = ["ethers-signers", "mock", "bus-mapping/test"]

scroll = ["bus-mapping/scroll", "eth-types/scroll", "mock?/scroll", "zktrie", "poseidon-codehash"]
Expand Down

0 comments on commit 807aded

Please sign in to comment.