Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update EIP-7620: Move to Review #8306

Merged
merged 1 commit into from
Mar 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading