-
# Lines of code
https://github.com/code-423n4/2024-03-coinbase/blob/e0573369b865d47fed778de00a7b6df65ab1744e/src/SmartWallet/CoinbaseSmartWallet.sol#L208-L210
# Vulnerability details
## Impact
The…
-
### Component
Forge
### Describe the feature you would like
Support [Microsoft's Debug Adapter Protocol (DAP)](https://microsoft.github.io/debug-adapter-protocol//), so that folks can use the…
-
A _very_ common mistake is doing this:
```
solidity: "0.8.4",
settings: { ... }
```
instead of
```
solidity: {
version: "0.8.4",
settings: { ... }
}
```
I think it's worth dete…
-
Set up a CI pipeline with Solidity unit tests and Solidity coverage
-
I think all the pieces are in place to do this now. It would create a really integrated experience for developers.
Imagine CTRL+clicking on a Typechained contract call in your tests leads you to th…
-
Different solidity compiler is used for some of the contracts.
Creator:
Compounding.sol , Creator.sol, Interfaces.sol , LibFuse.sol , Protocols.sol,VaultTracker.sol - pragma solidity 0.8.13;
Er…
-
## Issue
Solidity testing will always compile all of Truffle's testing libraries, even if not all of them are imported. This is a problem because some of these libraries don't work for older versi…
-
I'm using solidity-ls on a foundry project. I made a remapppings.txt file in my project root with `forge remappings > remappings.txt`, but the ls still is unable to handle imports with remapped paths…
-
**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…
-
1. Lack of comment support RIP
1. Some node types never occur:
- `AssemblyStackAssignment`
- `LabelDefinition`
- `ThrowStatement`
1. `undefined`, `null` and empty arrays are used interch…