Skip to content

Commit

Permalink
Keep adapting code
Browse files Browse the repository at this point in the history
  • Loading branch information
LindaGuiga committed Nov 4, 2024
1 parent 3e7cdb3 commit 50ca088
Show file tree
Hide file tree
Showing 27 changed files with 1,042 additions and 498 deletions.
6 changes: 3 additions & 3 deletions evm_arithmetization/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ serde = { workspace = true, features = ["derive"] }
serde-big-array.workspace = true
serde_json.workspace = true
sha2.workspace = true
smt_trie = { workspace = true, optional = true }
smt_trie = { workspace = true }
starky = { workspace = true, features = ["parallel"] }
static_assertions.workspace = true
stackstack = "0.3.0"
Expand All @@ -73,10 +73,10 @@ hex.workspace = true
ripemd.workspace = true

[features]
default = ["cdk_erigon"]
default = ["eth_mainnet"]
asmtools = ["hex"]
polygon_pos = []
cdk_erigon = ["smt_trie"]
cdk_erigon = []
eth_mainnet = []

[[bin]]
Expand Down
Loading

0 comments on commit 50ca088

Please sign in to comment.