dxo
dxo
The error is coming from ethers.js, when we try to construct an `Interface` type: https://github.com/dapphub/dapptools/blob/1729e1d87319fc0112e18536d9bc600cb1f3f623/src/seth/libexec/seth/seth---calldata-decode#L16
Seems like we either need to get an abi description from solc, or detect tuple types and prefix them with `tuple` to comply with the ethers.js human readable formatting requirements....
ah, yes that does seem like it might be a relatively easy fix.
@transmissions11 had been kinda avoiding this one since the source map [parser](https://github.com/dapphub/dapptools/blob/master/src/hevm/src/EVM/Solidity.hs#L223) and format are quite mysterious to me :see_no_evil:, think I have [a fix](https://github.com/dapphub/dapptools/pull/832), would be great if you...
Hey, apologies for the delay. Are you still able to reproduce this issue? Are you running the install command under rosetta?
> yayy tysm for the fix! doesn't seem to work for me yet sadly sad, I was testing in dss and I thought I'd fixed this. will take a look...
This would be nice. Maybe a median / mean with some standard deviation? I can't really think of a simple way to allow users to specify what a "normal" execution...
Ah nice. We need to drop quickcheck for the coverage guided fuzzer so this should get easier once that's merged.
hmmmm, I'm not sure what we can do here? I think we would always want to install `ds-test` as part of `dapp init`, and since this requires adding a git...
Thanks! Looks like ci is failing when trying to build cln. Not sure what's going on there... Does this also bump us to a newer ghc version with support for...