You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
0 commit comments