From 31f2c52634f0017c38283f3c86aaf9f343937013 Mon Sep 17 00:00:00 2001 From: Tim Beiko <9390255+timbeiko@users.noreply.github.com> Date: Thu, 15 Feb 2024 06:47:44 -0800 Subject: [PATCH] Add EIP: Hardfork Meta - Osaka Merged by EIP-Bot. --- EIPS/eip-7607.md | 49 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 EIPS/eip-7607.md diff --git a/EIPS/eip-7607.md b/EIPS/eip-7607.md new file mode 100644 index 0000000000000..efcdb499cf4eb --- /dev/null +++ b/EIPS/eip-7607.md @@ -0,0 +1,49 @@ +--- +eip: 7607 +title: Hardfork Meta - Osaka +description: EIPs included in the Osaka Ethereum network upgrade. +author: Tim Beiko (@timbeiko) +discussions-to: https://ethereum-magicians.org/t/eip-7607-osaka-meta-eip/18439 +status: Draft +type: Meta +created: 2024-02-01 +requires: 7600 +--- + +## Abstract + +This Meta EIP lists the EIPs formally considered for & included in the Osaka network upgrade. + +## Specification + +### Included EIPs + +### Considered for Inclusion + +* [EIP-4762](./eip-4762.md): Statelessness gas cost changes +* [EIP-6800](./eip-6800.md): Ethereum state using a unified verkle tree +* [EIP-6873](./eip-6873.md): Preimage retention +* [EIP-7545](./eip-7545.md): Verkle proof verification precompile + + +### Activation + +| Network Name | Activation Epoch | Activation Timestamp | +|------------------|------------------|----------------------| +| Sepolia | | | +| Holešky | | | +| Mainnet | | | + +**Note**: rows in the table above will be filled as activation times are decided by client teams. + +## Rationale + +This Meta EIP provides a global view of all changes included in the Osaka network upgrade, as well as links to full specification. + +## Security Considerations + +None. + +## Copyright + +Copyright and related rights waived via [CC0](../LICENSE.md).