codex-storage / nim-ethers

Port of ethers.js to Nim
Other
8 stars 4 forks source link

Fix: use websock instead of news #25

Closed markspanbroek closed 2 years ago

markspanbroek commented 2 years ago

The default was changed to news in the json_rpc library, and broke communication with hardhat.

Menduist commented 2 years ago

Is there a bug in news or just different functionality?

markspanbroek commented 2 years ago

I haven't investigated it very far, I saw the CI failing with "Connection Refused" errors, and traced it to the change in json_rpc backend.