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 question is whether it might change in the future, as we probably would like to avoid modifying the list.json format, which could already be in use by external tools.
Do we want to include information somewhere here indicating that we support Solidity versions 0.8.0 and above?
@smiasojed this issue might need further explanation as to why we need a website providing this information. Because the resolc binary will simply error out if the solc binary it tries to work with isn't supported (for example because it is newer than our latest supported version).
Expose the compiler versions on GH pages. You can take the inspiration from:
https://binaries.soliditylang.org/bin/list.json
https://binaries.soliditylang.org/wasm/list.json
In our case we need to expose also compatibility information between resolc and solc as our revive compiler internally calls the solc compiler
The text was updated successfully, but these errors were encountered: