Skip to content

Commit

Permalink
test: add 7702 e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
onbjerg committed Sep 19, 2024
1 parent 8984b72 commit 51261be
Show file tree
Hide file tree
Showing 5 changed files with 99 additions and 198 deletions.
209 changes: 42 additions & 167 deletions Cargo.lock

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

11 changes: 1 addition & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,25 +57,16 @@ strip = false
alphanet-node = { path = "crates/node" }
alphanet-precompile = { path = "crates/precompile" }

alloy = { version = "0.3", features = [
"contract",
"providers",
"provider-http",
"signers",
] }
alloy-network = { version = "0.3" }
alloy-signer-local = { version = "0.3", features = ["mnemonic"] }

# tokio
tokio = { version = "1.21", default-features = false }

# reth
reth = { git = "https://github.com/paradigmxyz/reth.git", rev = "v1.0.7" }
reth-chainspec = { git = "https://github.com/paradigmxyz/reth.git", rev = "v1.0.7", features = [
"optimism",
] }
reth-cli = { git = "https://github.com/paradigmxyz/reth.git", rev = "v1.0.7" }
reth-cli-util = { git = "https://github.com/paradigmxyz/reth.git", rev = "v1.0.7" }
reth-e2e-test-utils = { git = "https://github.com/paradigmxyz/reth.git", rev = "v1.0.7" }
reth-node-api = { git = "https://github.com/paradigmxyz/reth.git", rev = "v1.0.7" }
reth-node-builder = { git = "https://github.com/paradigmxyz/reth.git", rev = "v1.0.7" }
reth-node-core = { git = "https://github.com/paradigmxyz/reth.git", rev = "v1.0.7", features = [
Expand Down
14 changes: 5 additions & 9 deletions crates/testing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,15 @@ categories.workspace = true
[dev-dependencies]
alphanet-node.workspace = true

alloy.workspace = true
alloy-network.workspace = true
alloy-signer-local = { workspace = true, features = ["mnemonic"] }

reth = { workspace = true }
reth-node-core = { workspace = true }
reth-node-builder = { workspace = true, features = ["test-utils"] }
reth-e2e-test-utils.workspace = true
reth-node-core.workspace = true
reth-node-optimism.workspace = true
reth-payload-builder.workspace = true
reth-primitives.workspace = true
reth-tracing.workspace = true

once_cell = "1.19.0"
eyre.workspace = true
tokio.workspace = true
url = "2.5.0"

[lints]
workspace = true
Loading

0 comments on commit 51261be

Please sign in to comment.