chore(e2e): refactor e2e tests (#7773)

This commit is contained in:
joshieDo
2024-04-20 13:58:03 +01:00
committed by GitHub
parent 66d5ecbd47
commit 3750edd905
23 changed files with 400 additions and 125 deletions

View File

@ -0,0 +1,34 @@
[package]
name = "reth-e2e-test-utils"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
homepage.workspace = true
repository.workspace = true
[dependencies]
reth.workspace = true
reth-node-core.workspace = true
reth-primitives.workspace = true
reth-node-ethereum.workspace = true
reth-tracing.workspace = true
reth-db.workspace = true
reth-rpc.workspace = true
reth-payload-builder = { workspace = true, features = ["test-utils"] }
jsonrpsee.workspace = true
futures-util.workspace = true
eyre.workspace = true
tokio.workspace = true
tokio-stream.workspace = true
serde_json.workspace = true
rand.workspace = true
secp256k1.workspace = true
alloy-signer.workspace = true
alloy-signer-wallet = { workspace = true, features = ["mnemonic"] }
alloy-rpc-types.workspace = true
alloy-network.workspace = true
alloy-consensus.workspace = true