PR check for comparing release binaries added to solc-bin with those in github releases #9930
Labels
closed due inactivity
The issue/PR was automatically closed due to inactivity.
low effort
There is not much implementation work to be done. The task is very easy or tiny.
low impact
Changes are not very noticeable or potential benefits are limited.
solcbin
stale
The issue/PR was marked as stale because it has been open for too long.
testing 🔨
Extracted from #9258.
We want the release binaries added to
solc-bin
to be identical with those on github release page. Since the process of adding them tosolc-bin
is manual right now, we should really have an automated check for that, running on allsolc-bin
PRs.The easiest way to do so is to just download the binaries from github release page and compare. I already have a script for getting the binaries from both Github and CircleCI: ethereum/solc-bin#35, ethereum/solc-bin#41. It was originally meant to make it easier for the uploader to get them but we shelved that idea. It can be easily repurposed as a part of the check. I just need to do minor modification and run it inside a github action.
Relevant parts from the original issue
#9258 (comment)
#9258 (comment)
The text was updated successfully, but these errors were encountered: