-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
--- | ||
Check failure on line 1 in EIPS/eip-eof-meta.md GitHub Actions / EIP Walidatorpreamble is missing header(s): `eip`
|
||
title: Ethereum Object Format (EOF) Meta | ||
description: List of EIPs belonging to the EOF proposal | ||
author: Paweł Bylica (@chfast), Andrei Maiboroda (@gumb0), Piotr Dobaczewski (@pdobacz), Danno Ferrin (@shemnon) | ||
discussions-to: <URL> | ||
Check failure on line 5 in EIPS/eip-eof-meta.md GitHub Actions / EIP Walidatorpreamble header `discussions-to` is not a valid URL
Check failure on line 5 in EIPS/eip-eof-meta.md GitHub Actions / EIP Walidatorpreamble header `discussions-to` should point to a thread on ethereum-magicians.org
Check failure on line 5 in EIPS/eip-eof-meta.md GitHub Actions / EIP Walidatorpreamble header `discussions-to` is not a valid URL
Check failure on line 5 in EIPS/eip-eof-meta.md GitHub Actions / EIP Walidatorpreamble header `discussions-to` should point to a thread on ethereum-magicians.org
|
||
status: Draft | ||
type: Meta | ||
created: 2024-04-17 | ||
requires: 3540, 3670, 4200, 4750, 5450, 6206, 7480, 663, 7069, 7620 | ||
Check failure on line 9 in EIPS/eip-eof-meta.md GitHub Actions / EIP Walidatorpreamble header `requires` items must be sorted in ascending order
Check failure on line 9 in EIPS/eip-eof-meta.md GitHub Actions / EIP Walidatorpreamble header `requires` items must be sorted in ascending order
|
||
--- | ||
|
||
## Abstract | ||
|
||
This Meta EIP lists the EIPs which belong to the Ethereum Object Format (EOF) proposal, also known as the "Mega EOF". | ||
|
||
## Specification | ||
|
||
### EIPs Included | ||
|
||
- [EIP-3540](./eip-3540): EOF - EVM Object Format v1 | ||
- [EIP-3670](./eip-3670): EOF - Code Validation | ||
- [EIP-4200](./eip-4200): EOF - Static relative jumps | ||
- [EIP-4750](./eip-4750): EOF - Functions | ||
- [EIP-5450](./eip-5450): EOF - Stack Validation | ||
- [EIP-6206](./eip-6206): EOF - JUMPF and non-returning functions | ||
- [EIP-7480](./eip-7480): EOF - Data section access instructions | ||
- [EIP-663](./eip-663): SWAPN, DUPN and EXCHANGE instructions | ||
- [EIP-7069](./eip-7069): Revamped CALL instructions | ||
- [EIP-7620](./eip-7620): EOF Contract Creation | ||
|
||
## Rationale | ||
|
||
Refer to the individual EIPs. | ||
|
||
## Security Considerations | ||
|
||
Discussed in the individual EIPs. | ||
|
||
## Copyright | ||
|
||
Copyright and related rights waived via [CC0](../LICENSE.md). |