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
Just finished installing foundryup and adding the hardhat plugins to an existing project.
When running hadhat compile I have gotten 2 different CLI outputs; only run 3 times.
However, the main issue I am reporting is the checksum mismatch for v0.8.15
1st and 3rd time
[⠘] installing solc version "0.5.8"
[⠃] Successfully installed solc 0.5.8
[⠊] installing solc version "0.8.15"
[⠒] Failed to install solc 0.8.15: Checksum mismatch for version 0.8.15
Error:
0: Checksum mismatch for version 0.8.15
Location:
cli/src/compile.rs:100
2nd time
[⠢] installing solc version "0.7.6"
[⠔] Successfully installed solc 0.7.6
[⠒] installing solc version "0.4.26"
[⠆] Successfully installed solc 0.4.26
[⠆] installing solc version "0.7.3"
[⠰] Successfully installed solc 0.7.3
[⠰] installing solc version "0.5.17"
[⠆] Successfully installed solc 0.5.17
[⠢] installing solc version "0.6.12"
[⠢] Successfully installed solc 0.6.12
[⠆] installing solc version "0.8.15"
[⠔] Failed to install solc 0.8.15: Checksum mismatch for version 0.8.15
The text was updated successfully, but these errors were encountered:
Thanks @mattsse for the relevant fixes in svm-rs and solc-builds. Once alloy-rs/svm-rs#46 is merged this should be resolved upon publishing a new version of svm-rs@kamescg
The Situation
Just finished installing
foundryup
and adding the hardhat plugins to an existing project.When running
hadhat compile
I have gotten 2 different CLI outputs; only run 3 times.However, the main issue I am reporting is the checksum mismatch for
v0.8.15
1st and 3rd time
2nd time
The text was updated successfully, but these errors were encountered: