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-3540: Move to Review #9385

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
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
6 changes: 2 additions & 4 deletions EIPS/eip-3540.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
eip: 3540
title: EOF - EVM Object Format v1
description: EOF is an extensible and versioned container format for EVM bytecode with a once-off validation at deploy time.
author: Alex Beregszaszi (@axic), Paweł Bylica (@chfast), Andrei Maiboroda (@gumb0), Matt Garnett (@lightclient)
author: Alex Beregszaszi (@axic), Paweł Bylica (@chfast), Andrei Maiboroda (@gumb0), Matt Garnett (@lightclient), Piotr Dobaczewski (@pdobacz)
discussions-to: https://ethereum-magicians.org/t/evm-object-format-eof/5727
status: Stagnant
status: Review
type: Standards Track
category: Core
created: 2021-03-16
Expand Down Expand Up @@ -147,8 +147,6 @@ types_section := (inputs, outputs, max_stack_height)+
| container_section | variable | n/a | arbitrary EOF-formatted container |
| data_section | variable | n/a | arbitrary sequence of bytes |

See [EIP-4750](./eip-4750.md) for more information on the type section content.

**NOTE**: A special value of `outputs` being `0x80` is designated to denote non-returning functions as defined in a separate EIP.

#### EOF version 1 validation rules
Expand Down
Loading