Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
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
1,057 changes: 656 additions & 401 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ alloy = { version = '0.3.0', default-features = false, features = [
] }
anyhow = "1.0.86"
async-stream = "0.3.5"
alloy-primitives = "0.8.0"
alloy-serde = "0.3.0"
axum = "0.7.5"
bitflags = "2.5.0"
bitvec = "1.0.1"
Expand Down
2 changes: 2 additions & 0 deletions evm_arithmetization/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ keywords.workspace = true
[dependencies]
alloy.workspace = true
alloy-compat.workspace = true
alloy-primitives.workspace = true
alloy-serde.workspace = true
anyhow.workspace = true
bitvec.workspace = true
bytes.workspace = true
Expand Down
Loading
Loading