-
It has been proposed in [JoranHonig/vertigo 20](https://github.com/JoranHonig/vertigo/issues/20) that being able to identify exactly which tests exercise which line of Solidity would be useful data fo…
-
We have comparably decent test coverage and fuzzing confirmation for data integrity on decoding valid calldata encodings.
However, we have only sparse coverage for calldata validation, leading to bug…
-
Hey there :)
So I am currently using solidity-coverage 0.7.21 in my hardhat project and I am running currently into a problem, which I don't understand.
I have a contract, where the coverage repor…
-
considering the function name `importCsjOrEsModule`, i suppose it should work with es modules
```log
Error [ERR_REQUIRE_ESM]: Must use import to load ES Module: xxx/hardhat.config.js
require() of…
-
At the unit testing section around 11:20
failed the test "updated the amount funded data structure".
I think the reason is not because I send enough Ether, cause I declare the sendValue for 1 Ether.…
-
When trying to compile large codebase, the below error is shown
```
~/node_modules/solc/soljson.js:1
(function (exports, require, module, __filename, __dirname) { var Module;if(!Module)Module=(type…
-
Many projects (including 0x) uses the somewhat new ABIV2 feature from Solidity. Does Web3.j already support contracts that use it?
For more information about ABIV2, grep for ABIEncoderV2 in the [S…
-
I was looking at the CI of other projects and realized that we can probably just use the same configs.
1. [Slither CI - Origin](https://github.com/OriginProtocol/origin-dollar/blob/master/.github/wor…
-
**Describe the issue**
Trying to bring up local-instance of Validator node results in error -
**To Reproduce**
From the docker directory run:
`make local-up`
**Error**
`Attaching to dock…
-
### Component
Forge
### Have you ensured that all of these are up to date?
- [X] Foundry
- [X] Foundryup
### What version of Foundry are you on?
forge 0.2.0 (f8fe940 2022-08-28T00:04:4…