dapptools
dapptools copied to clipboard
Dapp, Seth, Hevm, and more
Right now env vars that accept boolean-esque values (like `DAPP_TEST_FFI`, `HEVM_RPC`, and `DAPP_BUILD_OPTIMIZE`) each require slightly different values to represent true. Sometimes `1` means true, sometimes `yes` means true, sometimes...
atm `run-tx` prints the call's return value in the raw bytes form `hevm exec` outputs, which is a bit confusing (demo'd below) ``` ❯ seth run-tx 0x41ccbab4d7d0cd55f481df7fce449986364bf13e655dddfb30aa9b38a4340db7 0x00000000000000000000000028d2df1e3481ba90d75e14b9c02cea85b7d6fa2c ``` after...
If I call `seth --to-fix` with a large number, and a `` arg that is larger than the number of digits in the input I get an error from printf:...
Ledger started enabling browser support by default: https://support.ledger.com/hc/en-us/articles/360004981213-Browser-support-removal. More specifically, it looks like they removed the browser support setting entirely, leaving no option to turn it off. Trying to use...
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...
Signed-off-by: sam bacha ## Description fix spelling issues. ## Checklist - [x] tested locally - [ ] added automated tests - [x] updated the docs - [ ] updated the...
right now if you search up a 4byte sig with no matches the command just succeeds but returns nothing: ``` ❯ seth 4byte 0xd0a164fb ``` can see why with verbose:...
As discussed in https://github.com/dapphub/dapptools/issues/715#issuecomment-890358156 , this modifies dapp remappings so that it now generates a unique set of remappings for each `src` folder in the dependency tree that points into...
- allow doing `dapp upgrade dep@branch` - allow using `dapp upgrade dep@commit` - when using `dapp upgrade` without a specific package specified don't override modules assigned a specific commit like...
This is quite weird behaviour: ``` ~ » mkdir /tmp/dappthing && cd /tmp/dappthing --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- /tmp/dappthing » dapp --version dapp 0.32.2 solc, the solidity compiler commandline interface Version: 0.6.7+commit.b8d736ae.Linux.g++ hevm 0.46.0...