-
Hi, this issue is meant to be a continuation of https://github.com/ethereum/solidity/pull/15461 As @cameel pointed out in that PR, we also need to update the CI in this repo to be able to remove the n…
-
## Describe the bug
Slither fails to compile contracts with the following error:
TypeError: sequence item 0: expected str instance, dict found
## Expected behavior
Slither should compile the…
-
### Component
Forge
### Describe the feature you would like
There are numerous issues being reported that happen when zksolc runs with a version of solc it doesn't support. For example: `zkso…
-
There is no easy way of doing this... To make it even harder, this extension dont accept solc binary, must be solc-js.
In our projects we are having to update the solc version in two places, maybe…
-
### Describe the desired feature
Hello, I am trying to run slither against multiple contracts with different required solc versions, however I am seeing this error:
```bash
$ slither ./ --checkli…
-
Hey! I have a weird problem with `mkDefault` on one of my machines, could be due to recent changes in nixpkgs, not sure.
My flake:
```nix
{
inputs = {
nixpkgs.url = "github:NixOS/nixpkg…
beeb updated
3 months ago
-
## Description
Just as the title mentioned, `solc --gas` does not output a gas esitimation.
## Environment
- Compiler version: 0.8.27-develop.2024.6.25+commit.ce4be6e1.Darwin.appleclang
…
-
it would be great to add support for diffing Solidity.
For this we can use the existing support from solidity compiler solc
solc --ast-compact-json contract.sol
Flag `--ast-compact-json` …
-
### 🐛 Bug Report
#### 📝 Description
When compiling the contract below with `zksolc-1.5.7`, the bytecode for contracts A and C are correctly output when the `--bin` parameter is added. However, i…
-
Hi! When compiling the program below with `--via-ir --optimize` and using `--optimize-runs 200` and `--optimize-runs 99999999` respectively, different error codes are returned when the `f()` function …