Open emhane opened 5 months ago
Separate rpc server building and auth rpc server building in build_with_auth_server, using builder pattern.
build_with_auth_server
https://github.com/paradigmxyz/reth/blob/e90b526a6668fae51179541221666894b3ade14b/crates/rpc/rpc-builder/src/lib.rs#L452-L483
Blocked by https://github.com/paradigmxyz/reth/issues/8985
No response
### Tasks - [ ] https://github.com/paradigmxyz/reth/issues/10769
This issue is stale because it has been open for 21 days with no activity.
Describe the feature
Separate rpc server building and auth rpc server building in
build_with_auth_server
, using builder pattern.https://github.com/paradigmxyz/reth/blob/e90b526a6668fae51179541221666894b3ade14b/crates/rpc/rpc-builder/src/lib.rs#L452-L483
Blocked by https://github.com/paradigmxyz/reth/issues/8985
Additional context
No response