You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Solidity compilers we are building have the name of the format:
0.8.23+commit.f704f362.mod.Linux.g++
instead of0.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
The text was updated successfully, but these errors were encountered: