-
I created a smol bash script that calculates the contract deployment cost based on current gas cost. It's PRed into the gakonst/dapptools-template repo but I was wondering if you would want it part of…
-
Having [flake](https://nixos.wiki/wiki/Flakes) support would make dapptools easier to work with when managing projects with nix's flakes.
-
## Motivation
Fuzzing is great but it does not cover all potential code paths, it just sprays and prays randomly right now
## Solution
Create a Rust Symbolic EVM which we ideally implement th…
-
Because I was using the Mac OS browser, I ended up having a .DS_Store at ./lib/.DS_Store of a dapptools project. Technically there shouldn't be any .DS_Store files in ./lib. But also `dapp test` and `…
-
### Component
Forge
### Describe the feature you would like
I think a good feature to add to the debugger would be to see the optimized yul output if your file was compiled with `--via-ir` option. …
-
I have a small test contract like this:
```solidity
pragma solidity 0.7.6;
pragma abicoder v2;
import {DSTestPlus} from "solmate/src/tests/utils/DSTestPlus.sol";
import {MockCrossDomainMess…
-
# Handle
0xngndev
# Vulnerability details
### Impact
Reduce code size and gas expenditure by upgrading the compiler version to version 0.8.0 or higher in order to remove SafeMath from your contra…
-
I'm attempting to write a little nix shell for myself that makes it easier to play with `dapptools` in a manner that doesn't involve imperative installation using `nix-env`. Here's the WIP shell deriv…
-
`dapp install --dir foo` would override `lib/`.
-
So that changes that don't affect the bytecode don't cause a cache miss.