-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Solidity 0.8.18
#4199
Comments
@roynalnaruto heads up |
PR open here: alloy-rs/svm-rs#73 Edit: |
FYI for anyone that is interested in the release notes: https://github.com/ethereum/solidity/releases/tag/v0.8.18 |
Hey everyone! I've uploaded v0.8.18 at nikitastupin/solc@01a11ef cc @roynalnaruto |
Related PR: gakonst/ethers-rs#2110 |
Not sure whether this impacts this issue, but I discovered yesterday an issue with the Linux binary builds of solc |
I tried |
@roynalnaruto this could be the root cause for the headers mismatch? |
@mattsse I don't think so. The SHA256 checksum for the Linux AARCH64 architecture was built by @nikitastupin and I got the checksum locally. Could you also try if that binary's SHA256 checksum is the same as what we have here: https://github.com/roynalnaruto/svm-rs/blob/master/list/linux-aarch64.json ? |
The binaries will be fetched from @nikitastupin 's |
CI errors could be related to ethereum/solidity#13921 in any case we should improve the |
as a quick input, I like how |
Seems there are still issues with parsing the 0.8.18 and this issue exists on solang-parser
|
yeh since this is a new language feature, I don't think this is supported yet by https://github.com/hyperledger/solang |
The new Solidity release
0.8.18
should be released this or next week (see here). I already opened an issue to track the support status in Foundry in one place.The text was updated successfully, but these errors were encountered: