feat: support customizable RPC namespace parsers (#18160)

Co-authored-by: Federico Gimenez <federico.gimenez@gmail.com>
This commit is contained in:
Arsenii Kulikov
2025-09-09 17:17:43 +03:00
committed by GitHub
parent 394a53d7b0
commit 90aa99cb3c
11 changed files with 462 additions and 78 deletions

2
Cargo.lock generated
View File

@@ -8282,6 +8282,7 @@ dependencies = [
"reth-node-core",
"reth-node-ethereum",
"reth-node-metrics",
"reth-rpc-server-types",
"reth-tracing",
"tempfile",
"tracing",
@@ -9221,6 +9222,7 @@ dependencies = [
"reth-primitives-traits",
"reth-provider",
"reth-prune",
"reth-rpc-server-types",
"reth-stages",
"reth-static-file",
"reth-static-file-types",