-
Notifications
You must be signed in to change notification settings - Fork 325
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 solc 0.8.18
support
#969
Conversation
Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
I discovered today a problem that the Solidity version |
Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
So as summary:
This change is reflected via b188f7d. |
How are these hashes calculated? Both look different from what old: |
Is this just a base64 encoding while the CLI tool uses hex? Or are they actually different? |
Run it like that:
See here. |
Ah, ok. I thought that by ethereum/solidity#13921 (comment) you meant that still fails because of checksums but I guess checksums are ok now? In the log I see failure on this:
The test looks like this: dapptools/src/dapp-tests/integration/tests.sh Lines 588 to 592 in b487610
Can't say much because it goes through |
checksums are ok yes so nothing to be done on your end imho. It was just weird that when I committed the first version of the compiler, the tests were successful and when I adjusted the checksum to reflect the new binary it failed. So maybe there is indeed a problem in |
ok. Let me know if it ends up being something in the compiler after all though. Could always be something that was just not discovered until now and only surfaced in some non-completely deterministic case. |
sure will do - but interestingly the CI also fails for |
@cameel as a heads-up it was an internal connection issue and the CI runs pass now as intended. No issue on the compiler side. |
ok, good :) Thanks for the info. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Description
Add support for solc
0.8.18
. The content was generated using$ ./nix/make-solc-static.sh
.Checklist
Cc: @d-xo