Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
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
191 changes: 0 additions & 191 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 0 additions & 17 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,6 @@ alloy-transport-http = { version = "2.0.1", default-features = false }
alloy-transport-ipc = { version = "2.0.1", default-features = false }
alloy-transport-ws = { version = "2.0.1", default-features = false }
alloy-hardforks = { version = "0.4.7", default-features = false }
alloy-op-hardforks = { version = "0.4.7", default-features = false }

## alloy-core
alloy-dyn-abi = "1.5.2"
Expand All @@ -403,20 +402,12 @@ alloy-chains = "0.2"
alloy-rlp = "0.3"
alloy-trie = "0.9"

## op-alloy
op-alloy-consensus = "0.24.0"
op-alloy-network = "0.24.0"
op-alloy-rpc-types = "0.24.0"
op-alloy-flz = "0.13.1"

## alloy-evm
alloy-evm = "0.33.2"
alloy-op-evm = "0.31.0"

# revm
revm = { version = "38.0.0", default-features = false }
revm-inspectors = { version = "0.39.0", features = ["serde"] }
op-revm = { version = "19.0.0", default-features = false }

## cli
anstream = "0.6"
Expand Down Expand Up @@ -595,14 +586,6 @@ reth-codecs = { git = "https://github.com/paradigmxyz/reth-core", rev = "6b12498
reth-codecs-derive = { git = "https://github.com/paradigmxyz/reth-core", rev = "6b12498" }
reth-zstd-compressors = { git = "https://github.com/paradigmxyz/reth-core", rev = "6b12498" }

## op-revm / op-alloy / alloy-op-evm
op-revm = { git = "https://github.com/ethereum-optimism/optimism", rev = "42f5117c2e7de0614cd3b96f274d0a3078f9701c" }
op-alloy-consensus = { git = "https://github.com/ethereum-optimism/optimism", rev = "42f5117c2e7de0614cd3b96f274d0a3078f9701c" }
op-alloy-network = { git = "https://github.com/ethereum-optimism/optimism", rev = "42f5117c2e7de0614cd3b96f274d0a3078f9701c" }
op-alloy-rpc-types = { git = "https://github.com/ethereum-optimism/optimism", rev = "42f5117c2e7de0614cd3b96f274d0a3078f9701c" }
alloy-op-evm = { git = "https://github.com/ethereum-optimism/optimism", rev = "42f5117c2e7de0614cd3b96f274d0a3078f9701c" }
alloy-op-hardforks = { git = "https://github.com/ethereum-optimism/optimism", rev = "42f5117c2e7de0614cd3b96f274d0a3078f9701c" }

## foundry-fork-db
# foundry-fork-db = { git = "https://github.com/foundry-rs/foundry-core", rev = "2f90eb86d4549fa15a8cc2d99bfc1039bc083977" }

Expand Down
4 changes: 0 additions & 4 deletions crates/anvil/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ tempo-revm.workspace = true

# alloy
alloy-evm = { workspace = true, features = ["call-util"] }
alloy-op-evm.workspace = true
alloy-primitives = { workspace = true, features = ["serde"] }
alloy-consensus = { workspace = true, features = ["k256", "kzg"] }
alloy-contract = { workspace = true, features = ["pubsub"] }
Expand All @@ -63,7 +62,6 @@ alloy-transport.workspace = true
alloy-chains.workspace = true
alloy-genesis.workspace = true
alloy-trie.workspace = true
op-alloy-consensus = { workspace = true, features = ["serde"] }

# revm
revm = { workspace = true, features = [
Expand All @@ -73,7 +71,6 @@ revm = { workspace = true, features = [
"c-kzg",
] }
revm-inspectors.workspace = true
op-revm.workspace = true

# axum related
axum.workspace = true
Expand Down Expand Up @@ -120,7 +117,6 @@ reqwest.workspace = true
foundry-test-utils.workspace = true
tokio = { workspace = true, features = ["full"] }

op-alloy-rpc-types.workspace = true
tempo-alloy.workspace = true

[features]
Expand Down
Loading
Loading