dxo
dxo
The biggest downside that I can see so far is that for complex projects the generated remappings can get quite huge. For example, if we run the new `dapp remappings`...
Tested a bit with a few public repos, and it seems as though compatibility is generally good, with the exception of repos that depend on `dss-deploy`. This actually makes sense,...
After discussing with @rainbreak over the last few days I think I'm gonna let this sit a little longer and experiment with some alternative approaches. In particular it may be...
Yeah definitely agree re: the cheat code, but that's a bit of a bigger job for another day.
So I ended up adding the cheatcodes. I played around with a cheatcode that could change the address of any contract (`hevm.file("address", usr, newAddress)`), but there are quite a few...
> only thing that i think is left out that i would kill to have is the ability to change the address of the test contract like you can with...
Yeah we don't support m1 natively atm, you need to run dapptools under rosetta until we upgrade to a new version of ghc.
Do you have a concrete example we can look at?
It's very hard to debug this without a concrete example of the issue that we can reproduce locally. I just tried `seth run-tx --trace` (which calls `hevm exec --trace` under...
The current way just finds stuff installed via nix-env, but not installed via configuration.nix. I think this new way should work for both nix-env and systemwide installs anywhere that has...