feat(test): add rpc e2e tests (#17284)

This commit is contained in:
Federico Gimenez
2025-07-08 19:23:14 +02:00
committed by GitHub
parent 038ddd6614
commit 3ba16128af
21 changed files with 1067 additions and 9 deletions

21
Cargo.lock generated
View File

@@ -7786,6 +7786,7 @@ version = "1.5.1"
dependencies = [
"alloy-consensus",
"alloy-eips",
"alloy-genesis",
"alloy-network",
"alloy-primitives",
"alloy-provider",
@@ -9996,6 +9997,26 @@ dependencies = [
"thiserror 2.0.12",
]
[[package]]
name = "reth-rpc-e2e-tests"
version = "1.5.1"
dependencies = [
"alloy-genesis",
"alloy-rpc-types-engine",
"eyre",
"futures-util",
"jsonrpsee",
"reth-chainspec",
"reth-e2e-test-utils",
"reth-node-api",
"reth-node-ethereum",
"reth-rpc-api",
"reth-tracing",
"serde_json",
"tokio",
"tracing",
]
[[package]]
name = "reth-rpc-engine-api"
version = "1.5.1"