Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: undoDepStatusAndNumberUpdate fix (#37)
We _can't_ connect the deployment statuses, that was a mistake. E.g. consider the case where you - precompute deployment address dep_addr - perform an EXTCODEHASH or EXTCODESIZE on dep_addr - then perform the relevant CREATE to bring the dep_addr into existence - finish on a REVERT In this case the undoing deployment number is += 1 rel to the one encountered when initially tracing the EXTCODEXXX opcode. N.B. This fixes the java test "extcodexxxBeforeDuringAndAfterDeploymentDeployingEmtpyByteCode"
- Loading branch information