Skip to content

Use Rpc handles in NodeClient #16217

Closed
@mattsse

Description

@mattsse

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:

/// Regular JSON-RPC client
pub rpc: HttpClient,
/// Engine API client
pub engine: HttpClient<AuthClientService<HttpBackend>>,

we can instead store the server handles

/// The regular RPC server handle to all configured transports.
pub rpc: RpcServerHandle,
/// The handle to the auth server (engine API)
pub auth: AuthServerHandle,

TODO

Additional context

No response

Metadata

Metadata

Assignees

Labels

A-rpcRelated to the RPC implementationC-enhancementNew feature or requestC-testA change that impacts how or what we testD-good-first-issueNice and easy! A great choice to get started

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions