Open edisinovcic opened 4 years ago
There's an option that allows skipping the downloads:
npx tape test/index.js --no-remote-versions
Does that help?
I'm not sure if optimizing this makes all that much sense but if someone wants to do it, the downloads happen here: https://github.com/ethereum/solc-js/blob/892010530ea6a0bebcffe51752e5dd9b3baf865f/test/compiler.js#L803-L823
Add caching of solc versions in tests, possibly publish it as a npm package?