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 contract code and state doesn't use proxy #123

Open ailisp opened 2 years ago

ailisp commented 2 years ago

On my local machine, this lead to test 05 (first downloading a contract code from mainnet) failed. Expected behavior: takes http_proxy or https_proxy environment var as proxy as command line program's common practice.