dipdup icon indicating copy to clipboard operation
dipdup copied to clipboard

Some EVM nodes don't work in realtime mode

Open droserasprout opened this issue 11 months ago • 3 comments

See EVM Networks page in docs.

droserasprout avatar Mar 03 '24 16:03 droserasprout

Workaround for this is to remove the ws_url from the node datasource config. It works OK with just the rpc URL configured.

scottincrypto avatar May 29 '24 11:05 scottincrypto

Yeah, some node providers just don't expose the WS endpoint, I don't know why. Maybe there's no bug on our end. WebSocket connection is only needed to save some RPS and reduce latency a bit. I'll keep this ticket open until all this stuff is documented.

droserasprout avatar May 30 '24 21:05 droserasprout

Correct, some don't expose it. In my tests, I used Alchemy which does provide WS endpoints and found that I couldn't get any events to fire in real-time mode. Dipdup appears to be using the WS endpoints from what I can gather.

scottincrypto avatar May 30 '24 22:05 scottincrypto