divergencetech / ethier

Golang and Solidity SDK to make Ethereum development ethier
MIT License
217 stars 23 forks source link

Coverage analysis only works for transactions, not calls #42

Open ARR4N opened 2 years ago

ARR4N commented 2 years ago

Blocked by merging of https://github.com/ethereum/go-ethereum/pull/25072. Once that PR is merged, ethtest.SimulatedBackend constructors only need to pass the new CloneVMOnCall() option and then coverage analysis will work as expected.