Skip to content

Commit

Permalink
review: markups
Browse files Browse the repository at this point in the history
  • Loading branch information
0xaatif committed Sep 16, 2024
1 parent bd8c3b2 commit 8a3f56b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

# Build artifacts
#################
# Ours
/circuits
# Rust's
/target

# Editors
Expand Down
9 changes: 9 additions & 0 deletions trace_decoder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,23 @@ pretty_env_logger = { workspace = true }
serde_json = { workspace = true }
serde_path_to_error = { workspace = true }

[features]
default = ["eth_mainnet"]
eth_mainnet = ["evm_arithmetization/eth_mainnet"]
cdk_erigon = ["evm_arithmetization/cdk_erigon"]
polygon_pos = ["evm_arithmetization/polygon_pos"]

[[bench]]
name = "block_processing"
harness = false
required-features = ["eth_mainnet"]

[[test]]
name = "consistent-with-header"
harness = false
required-features = ["eth_mainnet"]

[[test]]
name = "simulate-execution"
harness = false
required-features = ["eth_mainnet"]

0 comments on commit 8a3f56b

Please sign in to comment.