Skip to content
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

Solidity compilers have invalid version names #17

Open
rimrakhimov opened this issue Nov 27, 2023 · 0 comments
Open

Solidity compilers have invalid version names #17

rimrakhimov opened this issue Nov 27, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@rimrakhimov
Copy link
Member

Solidity compilers we are building have the name of the format: 0.8.23+commit.f704f362.mod.Linux.g++ instead of 0.8.23+commit.f704f362.Linux.g++ with .mod suffix. As a result such suffix is added into metadata compiler version: {"version":"0.8.7+commit.e28d00a7.mod"} which changes the metadata hash of contracts compiled.

We need to fix the build script and recompile all compiler versions

@rimrakhimov rimrakhimov transferred this issue from blockscout/blockscout-rs Nov 27, 2023
@rimrakhimov rimrakhimov added the bug Something isn't working label Dec 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant