-
Notifications
You must be signed in to change notification settings - Fork 6k
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
Checksum mismatch in solc-bin #9261
Comments
Totally The same!! Please fix this as soon as possible! |
It blocks development! |
Sorry about that, it seems to have been a rogue script. Can you please check if it is fixed? |
Thank you @chriseth very much, looks like it is fixed!! |
Actually reopening since the root cause is not fixed yet. |
The damaged files ( As to how they got damaged - there are several suspects:
What's interesting is that This also looks a bit as if one of the operations was being performed asynchronously and did not finish before another. This could be the case with the |
We can close this now. The cause of the truncation has been identified and fixed (ethereum/solc-bin#32). We have also just finished migrating the nightly builds from Travis to Github Actions and they're enabled again (ethereum/solc-bin#30). The new script makes sure that no unexpected files (e.g. old releases) have been modified before pushing the nightly. |
The last commit ethereum/solc-bin@331d998 modified the bin file for the 0.6.10 release but did not modify the checksum, resulting in a mismatch.
Any tool that validates the compiler against the checksum will fail so I think this should be fixed ASAP, especially given the version affected is the latest release.
The text was updated successfully, but these errors were encountered: