You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As observed in the integration tests of nim-codex, JSON-RPC calls to hardhat
using http (not websockets) are very slow. A single call to eth_call takes about 2-3 seconds.
This was also observed on fast machines. It seems to only occur on windows.
As observed in the integration tests of nim-codex, JSON-RPC calls to hardhat
using http (not websockets) are very slow. A single call to
eth_calltakes about 2-3 seconds.This was also observed on fast machines. It seems to only occur on windows.