Closed
Description
Describe the feature
after #15956 we currently rely on a patch of jsonrpsee
we can get rid of this if we replace what we store for:
reth/crates/e2e-test-utils/src/testsuite/mod.rs
Lines 26 to 29 in b15c1c8
we can instead store the server handles
reth/crates/node/builder/src/rpc.rs
Lines 42 to 45 in b15c1c8
TODO
- instead of storing the
HttpClient
, store the serverhandles inNodeClient
which is initialized here:
- add some helper functions to obtain the engine client to replace direct use like
Additional context
No response
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done