dashpay / js-dp-services-ctl

Control Dash Platform services using JavaScript and Docker
MIT License
5 stars 6 forks source link

fix: socket hang up when connecting from host #135

Closed strophy closed 2 years ago

strophy commented 2 years ago

Issue being fixed or feature implemented

The update to Core 18.0.0 seems to have changed the behaviour of which IPs are allowed. Insight-ui (which use this repo to set up tests) was not able to run tests because the host could not communicate with the container, resulting in error: socket hang up (JS) or error code 1 - "EOF reached" (dash-cli) while running mocha.

What was done?

Set rpcbind=0.0.0.0

How Has This Been Tested?

Locally

Breaking Changes

None

Checklist:

For repository code-owners and collaborators only