Open ARR4N opened 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.
ethtest.SimulatedBackend
CloneVMOnCall()
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 newCloneVMOnCall()
option and then coverage analysis will work as expected.