diff --git a/EIPS/eip-7692.md b/EIPS/eip-7692.md new file mode 100644 index 0000000000000..e9280913a538b --- /dev/null +++ b/EIPS/eip-7692.md @@ -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).