Skip to content

Commit

Permalink
Update EIP-7620: Move to review
Browse files Browse the repository at this point in the history
  • Loading branch information
pdobacz committed Mar 12, 2024
1 parent acc6d08 commit 4d4262d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions EIPS/eip-7620.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: EOF Contract Creation
description: Introduce `EOFCREATE`, `TXCREATE`, `RETURNCONTRACT` instructions along with a new `InitcodeTransaction` transaction
author: Alex Beregszaszi (@axic), Paweł Bylica (@chfast), Andrei Maiboroda (@gumb0), Piotr Dobaczewski (@pdobacz)
discussions-to: https://ethereum-magicians.org/t/eip-7620-eof-contract-creation-instructions/18625
status: Draft
status: Review
type: Standards Track
category: Core
created: 2024-02-12
Expand Down Expand Up @@ -282,7 +282,11 @@ Cases for initcode calling "nested" `EOFCREATE` or `TXCREATE` in various combina

## Security Considerations

Needs discussion.
`TXCREATE` needs a detailed review and discussion as that is where external unverified code enters the state. Among others:

1. Is its complexity under control, ruling out any DoS attempts
2. Is it correctly priced and always charged for
3. Is the validation comprehensive and not allowing problematic code to be saved into the state

## Copyright

Expand Down

0 comments on commit 4d4262d

Please sign in to comment.