You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fixe #954 force solcjs to use the setupMethods api
* download the solcjs binary like the amd one
* use the downloaded binary through setupMethods
* check existing binaries before downloading new one
* fix#955 automatic fetch of solc compiler for the right platform
* if platform is not supported fallback on solcjs
* ! needs to be tested
* merge functions to download solc and solcjs
* fix conflicts after rebasing onto staging
* * add comment to fetchAndSaveSolc
* fix typo
* add missing expect in tests
* add test for solcjs
* fail useCompiler test with a meaningful error message
* test "Should compile with solc binary" on linux-platform
Currently when the compiler falls back to
solc-js
instead of binaries, it always downloads them and doesn't save.Save the solc-js files to avoid downloading each time. This means the solc-js handler first checks if the file exists and downloads otherwise.
View in Huly HI-375
The text was updated successfully, but these errors were encountered: