dxo
dxo
hmmmm, yeah this is unfortunate. This line is the culprit: https://github.com/dapphub/dapptools/blob/9022881d8a9ae11e7ac4590d5e281e29d1a183eb/src/dapp/libexec/dapp/dapp#L117
This will be partially fixed by https://github.com/dapphub/dapptools/pull/719 since adds a a non git based directory hashing strategy to `dapp remappings` (albeit a quite expensive one: recursively hashing every file in...
one very easy win for flake compatibility (without writing a full on flake.nix for dapptools) would be to allow pure evaluation of the dapptools nix expressions.
@andrevmatos it's a little off topic for this issue imo, but your shell.nix can IMO be made a little tidier by: 1. pinning a specific dapptools commit and using the...
I think that requiring a running instance of ledger live to use seth would feel quite clunky. What would the advantage be? Are you running into this issue with the...
If the chain exposes an ethereum compatible rpc endpoint then you should just be able to set ETH_RPC_URL to e.g. your fantom rpc endpoint and use seth / dapp as...
I'm getting a syntax error in `dapp-mk-standard-json` when I try to run `dapp init` with the latest state of this branch: ``` > /home/me/code/dapphub/dapptools/verify_multiple/result/bin/dapp init + git init Initialized empty...
oh, also please update the readme to mention these new options
the close was an accident :woman_facepalming:
I ran the `Return5000` tests with profiling enabled (`cabal new-run hevm -- compliance --tests ~/code/github.com/ethereum/tests/ --timeout 999999999 --match Return50000 +RTS -p`) and got the following trace: https://ipfs.io/ipfs/QmeLEYpgYahNMxaxtDz74z5FPzrS1w358Y2evjUkXoKNcs/hevm.prof It looks like...