svm-rs icon indicating copy to clipboard operation
svm-rs copied to clipboard

Solidity-Compiler Version Manager

Results 8 svm-rs issues
Sort by recently updated
recently updated
newest added

I want to use foundry on Android for smart contract development, but it fails to build. After some digging it turns out to be `svm-rs` not supporting Android. `platform::platform()` returns...

I tried to install svm using cargo but there was an error. The provided hint doesn't help as well. It seemed a version problem and plz help me. my cargo...

I just installed svm using cargo and svm executable is being recognized correctly but upon issuing the command of ```bash svm list ``` It throws the error ```bash Error: svm...

Build fails, but the error message below doesn't explain why: ``` Running `/usr/ports/finance/foundry/work/target/release/build/svm-rs-builds-860c1b19b7173f60/build-script-build` [svm-rs-builds 0.1.15] thread 'main' panicked at /usr/ports/finance/foundry/work/foundry-nightly-fca0a6c5ed3576a692c2444ec459e0ee5321e3e5/cargo-crates/svm-rs-builds-0.1.15/build.rs:113:57: [svm-rs-builds 0.1.15] Failed to fetch releases: ReqwestError(reqwest::Error { kind: Decode,...

on windows solc downloads are zip files, the checksums are for the zip files https://binaries.soliditylang.org/windows-amd64/list.json however, we extract the exe and are hashing this file in ethers-solc ## TODO add...

On nixos solidity binaries are always downloaded on every invocation of a `forge` command. I'm guessing this is due to some hash check failure as a result of the patching...

Need support for older version of solc on M1