We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Forge
forge 0.1.0 (64f779a 2022-03-20T00:10:35.957576+00:00)
forge build
macOS (M1)
Probably not a foundry thing and likely something with the artifact server but posting here anyways.
forge-template@1.0.0 solhint:check solhint --config ./.solhint.json 'src/**/*.sol'
forge clean && forge build --optimize --optimize-runs 1000000 [⠢] Compiling... [⠰] installing solc version "0.8.13"The application panicked (crashed). Message: checksum not available: "0.8.13" Location: /Users/runner/.cargo/git/checkouts/svm-rs-cd2fa967df1e48a1/37d0095/src/lib.rs:175```
The text was updated successfully, but these errors were encountered:
Is this still the case after #994?
Sorry, something went wrong.
This should be resolved by. #994 and will be shipped next nightly.
forge test [⠊] Compiling... [⠊] installing solc version "0.8.13" [⠒] Successfully installed solc 0.8.13
This is solved on latest master, should be released tonight
No branches or pull requests
Component
Forge
Have you ensured that all of these are up to date?
What version of Foundry are you on?
forge 0.1.0 (64f779a 2022-03-20T00:10:35.957576+00:00)
What command(s) is the bug in?
forge build
Operating System
macOS (M1)
Describe the bug
Probably not a foundry thing and likely something with the artifact server but posting here anyways.
The text was updated successfully, but these errors were encountered: