-
After installing hevm, it can't find hevm. followed all steps any idea what this could be?
installed huffc and hevm including nix and dapptools
bcxyz updated
6 months ago
-
Specifically, [this test](
https://github.com/dapphub/dapptools/tree/f932a37f70b2bd33d24f4d412d7e4f2cec53d1e3/src/dapp-tests/integration/tests.sh#L631) breaks [like so](https://github.com/dapphub/dap…
-
```bash
export ETH_RPC_URL="https://mainnet.infura.io/v3/..."
./ddapp.sh seth call 0x6b175474e89094c44da98b954eedeac495271d0f "balanceOf(address)(uint)" 0x40ec5b33f54e0e8a33a975908c5ba1c14e5bbbdf
/…
-
### Component
Forge
### Describe the feature you would like
The `solc` optimizer has historically been a source of bugs in smart contracts.
After a couple of years of stability, Solidity 0…
-
[dapptools](https://github.com/dapphub/dapptools) and recently [foundry](https://www.paradigm.xyz/2021/12/introducing-the-foundry-ethereum-development-toolbox/) both support fuzzing natively. We shoul…
-
In large repos with many contracts, compilation can be the longest run time in the testing process. Since the compiler tries to be stateless, but dapptools does not, it would be helpful to watch for c…
-
| Project | compiler | framework | Remarks |
|---------------…
-
```
$ seth debug 0xf6302f3d2cbc1bae874becfb8342802dcda981eaef55f5df0c22c6a737bd78c2
mktemp: mkdtemp failed on -p: File exists
mktemp: mkdtemp failed on /tmp: File exists
```
Looks like it's cau…
-
This was prompted by the forge issue here: https://github.com/gakonst/foundry/issues/392
Two overlapping issues:
1. Some tests are being executed but dropped by forge due to naming conventions (…
-
tl;dr - If a symbolic execution "prove" test is set up with a `int128` parameter, `int256` numbers are being passed in causing it to revert
For my example, I cloned the [gakonst dapp-tools templat…