dapptools icon indicating copy to clipboard operation
dapptools copied to clipboard

HEVM + EIP-3155/FuzzyVM

Open axic opened this issue 4 years ago • 1 comments

It would be nice to have hevm integrated into the FuzzyVM (blog post) effort. The first step towards that would be implementing tracing output akin to EIP-3155.

axic avatar May 24 '21 20:05 axic

Agreed. There is some support for the EIP-3155 trace like functionality under the --jsontrace flag available under the hevm exec and hevm bc-test commands. I haven't confirmed that it is fully 3155 compliant yet. Another missing piece here is that hevm currently runs the ethereum tests in the BlockchainTests/GeneralStateTests flavor, rather than the GeneralStateTests flavor

MrChico avatar May 24 '21 22:05 MrChico