o1-labs / zkapp-cli

CLI to create a zkApp (zero-knowledge app) for Mina Protocol
https://docs.minaprotocol.com/zkapps/how-to-write-a-zkapp
Apache License 2.0
115 stars 43 forks source link

Explicitly use IPv4 comms since 'localhost' can be resolved differently. #658

Closed shimkiv closed 2 months ago

shimkiv commented 2 months ago

Sometimes, while switching between the NodeJS versions, it was noticed that localhost can be resolved to IPv6 address and fails the Lightnet communications. Possibly related to: https://github.com/nodejs/node/issues/40702