Skip to content

Commit 1198c9f

Browse files
committed
Added CLZ opcodes
1 parent 5220432 commit 1198c9f

4 files changed

Lines changed: 1867 additions & 1 deletion

File tree

foundry.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ auto_detect_solc = false
1010
optimizer = true
1111
optimizer_runs = 1_000
1212
gas_limit = 100_000_000 # ETH is 30M, but we use a higher value.
13-
skip = ["*/*7702*", "*/*BlockHashLib*", "*/*Transient*", "*/ext/ithaca/*", "*/ext/zksync/*"]
13+
skip = ["*/*7702*", "*/*BlockHashLib*", "*/*Transient*", "*/ext/ithaca/*", "*/clz/*" ,"*/ext/zksync/*"]
1414
fs_permissions = [{ access = "read", path = "./test/data"}]
1515
remappings = [
1616
"forge-std=test/utils/forge-std/"

0 commit comments

Comments
 (0)