-
# Error description
Compilation failed when tried to import `openzeppelin` contracts from node modules. Compilation failed for both Solidity and Remix compiler.
# Error log
```
Retrieving compiler…
-
# Handle
0xRajeev
# Vulnerability details
## Impact
The project is using Solidity compiler version 0.6.12 which was released in July 2020, while the latest compiler version is 0.8.4. Using such a…
-
## Environment
- Compiler version:
commit https://github.com/ethereum/solidity/commit/a1b79de64235f13e6b06e088fe6365c5a12d13d3
## Steps to Reproduce
Use the following standard json settings f…
-
### Component
Forge
### Have you ensured that all of these are up to date?
- [X] Foundry
- [X] Foundryup
### What version of Foundry are you on?
_No response_
### What command(s) is the bug in?
…
-
Update the compiler version for the Auction Example to 0.5.0 so we can use abi.decode. Currently not possible until the OpenZeppelin folks update their code to use the newer compiler version. On-hold,…
-
# Handle
shw
# Vulnerability details
## Impact
Some contracts (e.g., `PrizePool`) use an unlocked pragma (e.g., `pragma solidity >=0.6.0
-
**Describe the bug**
Command
```sh
forge coverage
```
Error
```sh
Compiler error (/solidity/libyul/backends/evm/AsmCodeGen.cpp:67):Stack too deep. Try compiling with `--via-ir` (cli) or the e…
-
### [L-01] Avoid floating pragmas for non-library contracts.
#### Impact
While floating pragmas make sense for libraries to allow them to be included with multiple different versions of applications…
-
## 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
…
-
I have two project, one with solc `0.8.19` and the other one with solc `0.8.21`.
First of all, within the project with solc `0.8.19`, I have default extension settings, which means in this workspa…