Skip to content

Commit

Permalink
Clarify that EOFCREATE in static mode (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdobacz authored Sep 5, 2024
1 parent 59e8ba2 commit 7728efe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/eof.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ The following instructions are introduced in EOF code:
- set `pc = 0`
- `EOFCREATE (0xec)` instruction
- deduct `32000` gas
- halt with exceptional failure if the current frame is in `static-mode`.
- read uint8 operand `initcontainer_index`
- pops `value`, `salt`, `input_offset`, `input_size` from the stack
- peform (and charge for) memory expansion using `[input_offset, input_size]`
Expand Down

0 comments on commit 7728efe

Please sign in to comment.