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 21 forks source link

download binary doesn't use system proxy #106

Open ailisp opened 2 years ago

ailisp commented 2 years ago

When install, workspaces-js tries to download near sandbox binary at: `https://s3-us-west-1.amazonaws.com/build.nearprotocol.com/nearcore/$

{platform}

-$

{arch}

/master/2c9375ee5ee307c2ce870c7dbd25eefd84fe8c36/near-sandbox.tar.gz`. However, it is not using system proxy HTTPS_PROXY or https_proxy environment var, makes download slow in certain network.