dapptools
dapptools copied to clipboard
Dapp, Seth, Hevm, and more
I'm getting `error: executing shell '/nix/store/g3h44wk74xdnpbmj87636wxyd3yai8ds-bash-interactive-5.1-p8/bin/bash': Bad CPU type in executable` after running `curl https://dapp.tools/install | sh` On M1 max - I set nix.conf as advised in the docs. Please...
Hello, i'm trying to use the interactive debugger in hevm. Contracts are compiled with `truffle compile`. Unfortunately I can not figure out how to set the source maps. I have...
Experiencing a number of errors when trying to execute the "seth events" command seth --version 0.12.0 running on a mac intel trying to get the events for a Convex contract...
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...
Having [flake](https://nixos.wiki/wiki/Flakes) support would make dapptools easier to work with when managing projects with nix's flakes.
Currently using `hevm` often involves a lot of tedious and repetitive stepping to get to the part of the code that you care about. It would be awesome to be...
``` dapp: Predeploying test library src/StateTree.sol:StateTree at 0x0DdeDfFe2789df61F5f76479464F568334414389 hevm: invalid character at offset: 1310 CallStack (from HasCallStack): error, called at src/EVM/Solidity.hs:538:13 in hevm-0.48.1-68JBNYehi12HotjGf8Zowl:EVM.Solidity ``` I looked into #851 and #802...
Commands are automatially found [and listed](https://github.com/dapphub/dapptools/blob/noethabi/src/seth/libexec/seth/seth-help#L32-L38). I suppose that if the comment at the top is missing, the command doesn't get listed. See e.g. the [`--to-dec`](https://github.com/dapphub/dapptools/tree/noethabi/src/seth/libexec/seth/seth---to-dec) command.
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...
Nearly complete. Fixes #861. - tuple types are now supported in arguments, as `(...)` or `tuple(...)` or `Whatever(...)` - the `--abi` argument for hevm now accepts solidity fragments as well...