eth.build
eth.build copied to clipboard
Change compiler version, version now: 0.6.1+commit.e6f7d5a4.Emscripten.clang
Is it possible to change the compiler? Which file can I adjust. Its makes me crazy. The compiler version in the eth.build is :0.6.1+commit.e6f7d5a4.Emscripten.clang
Hope someone could direct me to a solution.
For now solc runs as a service only in version 0.6.1. It's currently not possible to change the version unfortunately.
See line 65 of https://github.com/austintgriffith/eth.build/blob/master/src/nodes/Web3/Compile.js for further details.
Thanks a lot! I already thought this was the cause. Could I run my own solc api? Maybe I could do that..
@ChristophSiegenthaler this one: https://github.com/smartcontractkit/solc-api
@RED29: That would be awesome, directly using the API endpoint at https://solc.smartcontract.com/
@RED29 : Just saw that the endpoint seems to be down and that the repo seems to be outdated by about 3 years. Do you know of an alternative endpoint?
Maybe it would be possible with something like the browser version js path described here: https://www.npmjs.com/package/solc
Or with this: https://github.com/crytic/solc-select
Hi @RED29 Is this still an issue?