-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add EIP: EVM Object Format (EOFv1) Meta (#8448)
* Add EIP: EVM Object Format (EOF) Meta * Assigned EIP number * Fix links * Fixup - missed requires entry for 7698 * Specify EOFv1 is meant
- Loading branch information
Showing
1 changed file
with
43 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
--- | ||
eip: 7692 | ||
title: EVM Object Format (EOFv1) Meta | ||
description: List of EIPs belonging to the EOFv1 proposal | ||
author: Alex Beregszaszi (@axic), Paweł Bylica (@chfast), Andrei Maiboroda (@gumb0), Piotr Dobaczewski (@pdobacz), Danno Ferrin (@shemnon) | ||
discussions-to: https://ethereum-magicians.org/t/eip-7692-evm-object-format-eof-meta/19686 | ||
status: Draft | ||
type: Meta | ||
created: 2024-04-17 | ||
requires: 663, 3540, 3670, 4200, 4750, 5450, 6206, 7069, 7480, 7620, 7698 | ||
--- | ||
|
||
## Abstract | ||
|
||
This Meta EIP lists the EIPs which belong to the EVM Object Format (EOF) proposal, in its first version (EOFv1), also known as the "Mega EOF". | ||
|
||
## Specification | ||
|
||
### EIPs Included | ||
|
||
- [EIP-3540](./eip-3540.md): EOF - EVM Object Format v1 | ||
- [EIP-3670](./eip-3670.md): EOF - Code Validation | ||
- [EIP-4200](./eip-4200.md): EOF - Static relative jumps | ||
- [EIP-4750](./eip-4750.md): EOF - Functions | ||
- [EIP-5450](./eip-5450.md): EOF - Stack Validation | ||
- [EIP-6206](./eip-6206.md): EOF - JUMPF and non-returning functions | ||
- [EIP-7480](./eip-7480.md): EOF - Data section access instructions | ||
- [EIP-663](./eip-663.md): SWAPN, DUPN and EXCHANGE instructions | ||
- [EIP-7069](./eip-7069.md): Revamped CALL instructions | ||
- [EIP-7620](./eip-7620.md): EOF Contract Creation | ||
- [EIP-7698](./eip-7698.md): EOF - Creation transaction | ||
|
||
## Rationale | ||
|
||
Refer to the individual EIPs. | ||
|
||
## Security Considerations | ||
|
||
Discussed in the individual EIPs. | ||
|
||
## Copyright | ||
|
||
Copyright and related rights waived via [CC0](../LICENSE.md). |