near / near-workspaces-js

Write tests once, run them both on NEAR TestNet and a controlled NEAR Sandbox local environment
https://near.github.io/near-workspaces-js/
GNU General Public License v3.0
42 stars 22 forks source link

fix: use ipv4 by default #237

Closed gagdiez closed 4 months ago

gagdiez commented 4 months ago

Currently workspaces hangs when using node v18 because from v17 onwards node uses IPV6 by default, which does not correctly resolve localhost.

This PR is an attempt to fix it.