Skip to content

Commit

Permalink
fix: taiko-mock's feature
Browse files Browse the repository at this point in the history
  • Loading branch information
johntaiko committed Aug 10, 2023
1 parent 8c33dc1 commit 11cdc1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions circuit-benchmarks/src/taiko_super_circuit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@ use zkevm_circuits::{
taiko_aggregation::AccumulationSchemeType, KzgDk, KzgSvk, TaikoAggregationCircuit,
},
taiko_super_circuit::{test::block_1tx, SuperCircuit},
witness::ProtocolInstance,
};

use bus_mapping::circuit_input_builder::CircuitsParams;
use bus_mapping::circuit_input_builder::{CircuitsParams, ProtocolInstance};

use rand::SeedableRng;

Expand Down
3 changes: 2 additions & 1 deletion zkevm-circuits/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,14 @@ ethers-signers = "=2.0.0"
hex = "0.4.3"
itertools = "0.10.1"
mock = { path = "../mock" }
taiko-mock = { path = "../taiko-mock" }
pretty_assertions = "1.0.0"
serde = { version = "1.0.130", features = ["derive"] }
serde_json = "1.0.78"

[features]
default = []
test = ["ethers-signers", "mock", "bus-mapping/test"]
test = ["ethers-signers", "mock", "taiko-mock", "bus-mapping/test"]
test-circuits = []
warn-unimplemented = ["eth-types/warn-unimplemented"]
stats = ["warn-unimplemented", "dep:cli-table"]
Expand Down

0 comments on commit 11cdc1b

Please sign in to comment.