Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--execution-endpoint for a WebSocket URL? #5907

Open
Jack-Works opened this issue Jun 10, 2024 · 1 comment
Open

--execution-endpoint for a WebSocket URL? #5907

Jack-Works opened this issue Jun 10, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@Jack-Works
Copy link

Description

Nethermind supports WebSocket and IPC as execution endpoints. https://docs.nethermind.io/interacting/json-rpc-server

Version

5.1.3

Present Behaviour

ERRO Error updating deposit contract cache error: Invalid endpoint state: RequestFailed("eth_chainId call failed HttpClient(url: ws://127.0.0.1:8551/, kind: builder, detail: URL scheme is not allowed)"), retry_millis: 60000, service: deposit_contract_rpc

Expected Behaviour

Support WebSocket and IPC endpoints

Steps to resolve

@michaelsproul
Copy link
Member

This was implemented in this PR but never merged:

It got abandoned because it provided no performance improvement. We would consider merging an updated version of that PR that does improve performance.

I was also mucking around with IPC in this PR, but haven't got it working yet:

@michaelsproul michaelsproul added the enhancement New feature or request label Jun 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants