Skip to content

Commit 04f4db4

Browse files
author
Everett Hildenbrandt
committed
sss evm: add explicit #checkCodeDeposit step for CREATE
1 parent b560e2f commit 04f4db4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

evm.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1579,12 +1579,6 @@ For each `CALL*` operation, we make a corresponding call to `#call` and a state-
15791579
</k>
15801580
<schedule> SCHED </schedule>
15811581
<output> OUT => .WordStack </output>
1582-
requires #sizeWordStack(OUT) <=Int maxCodeSize < SCHED >
1583-
1584-
rule <k> #mkCodeDeposit ACCT => #popCallStack ~> #popWorldState ~> 0 ~> #push ... </k>
1585-
<schedule> SCHED </schedule>
1586-
<output> OUT => .WordStack </output>
1587-
requires #sizeWordStack(OUT) >Int maxCodeSize < SCHED >
15881582
15891583
rule <k> #finishCodeDeposit ACCT OUT
15901584
=> #popCallStack ~> #dropWorldState

0 commit comments

Comments
 (0)