Skip to content
This repository was archived by the owner on Jul 5, 2024. It is now read-only.

MPT max nodes #1745

Merged
merged 6 commits into from
Jan 30, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
MPT path fixed
miha-stopar committed Jan 29, 2024
commit 47b3495f964e0180790c322a7144776f96453d3d
3 changes: 1 addition & 2 deletions zkevm-circuits/src/mpt_circuit.rs
Original file line number Diff line number Diff line change
@@ -769,8 +769,7 @@ mod tests {

#[test]
fn test_mpt() {
// let path = "src/mpt_circuit/tests";
let path = "/Users/miha/projects/2appliedzkp/variadic-main/zkevm-circuits/zkevm-circuits/src/mpt_circuit/tests";
let path = "src/mpt_circuit/tests";
let files = fs::read_dir(path).unwrap();
files
.filter_map(Result::ok)