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
The format of http://solc-bin.ethereum.org/bin/soljson-v*.js has changed from version 0.5.14.
This results in the fact that source with a compiler version of 0.5.14 or higher shows the error:
Error: Contract could not be compiled. Try another pragma solidity version.
@gpersoon pull requests are welcome - do you maybe have students who are interested in this? :-) sadly we are currently very busy and smartcontract.codes and the related play-ed are at the moment not supported by anyone.
The format of http://solc-bin.ethereum.org/bin/soljson-v*.js has changed from version 0.5.14.
This results in the fact that source with a compiler version of 0.5.14 or higher shows the error:
Error: Contract could not be compiled. Try another pragma solidity version.
Until version 0.5.13:
https://solc-bin.ethereum.org/bin/soljson-v0.5.13+commit.5b0b510c.js
https://solc-bin.ethereum.org/bin/soljson-v0.5.14+commit.1f1aaa4.js
This breaks the following piece of code (e.g. the checking for var Module).
Source is probably:
https://github.com/alincode/solcjs-core/blob/master/src/getCompilersource.js#L12
The text was updated successfully, but these errors were encountered: