dapptools
dapptools copied to clipboard
Dapp, Seth, Hevm, and more
``` Preprocessing library for hevm-0.49.0.. Building library for hevm-0.49.0.. [ 1 of 32] Compiling EVM.Demand ( src/EVM/Demand.hs, dist/build/EVM/Demand.o, dist/build/EVM/Demand.dyn_o ) [ 2 of 32] Compiling EVM.FeeSchedule ( src/EVM/FeeSchedule.hs, dist/build/EVM/FeeSchedule.o, dist/build/EVM/FeeSchedule.dyn_o...
## Description Add support for solc `0.8.16`. The content was generated using `$ ./nix/make-solc-static.sh`. ## Checklist - [x] tested locally - [ ] added automated tests - [ ] updated...
## Description hevm is currently broken in nixpkgs because `text-format` doesn't support the new GHC that was bumped in this PR (https://github.com/NixOS/nixpkgs/pull/160733). Fortunately, hevm appears to not use `text-format` so...
I wrote a docker file to create an Image with NixOS to run dapptools, the dockerfile as below: But docker build results turned to be an error: How to prevent...
Still very much WIP (and currently based off a pretty outdated commit). This PR introduces a coverage guided / mutation based approach to fuzzing. All fuzz tests are now run...
Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.10.6 to 1.10.17. Release notes Sourced from github.com/ethereum/go-ethereum's releases. Ploitari (v1.10.17) This is a maintenance release. This release contains a lot of work in preparation for The...
After upgrading solc by doing ``` nix-env -f https://github.com/dapphub/dapptools/archive/master.tar.gz -iA solc-static-versions.solc_0_8_13 ``` seth call stopped working with the following error: ``` hevm: /contracts/LDRToken.sol: openBinaryFile: does not exist (No such file...
I am trying to debug the transaction below on Fuse network, that uses open-ethereum 3.2.6, The transaction is in the [explorer](https://explorer.fuse.io/tx/0x83daef68855b01cc70af7976d83ceaa150336e215efa78e4ed0d2922a4817b5a/internal-transactions) and the 'contract not found' that is shown in...
When using the token command to check the balance, got an error: ``` token balance $CONTRACT $ETH_FROM Error: invalid data for function output (arg="data", errorArg="", errorValue="0x", value="0x", reason="insufficient data for...
When trying to sign transaction with a ledger hardware wallet, I am prompted on the device to accept & send the transaction as expected. However, I receive an error: ```...