Skip to content
Closed
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
3 changes: 2 additions & 1 deletion EIPS/eip-8007.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ discussions-to: https://ethereum-magicians.org/t/eip-8007-glamsterdam-gas-repric
status: Draft
type: Meta
created: 2025-08-21
requires: 2780, 7667, 7778, 7904, 7923, 7976, 7981, 8032, 8037, 8038
requires: 2780, 7667, 7778, 7904, 7923, 7976, 7981, 8032, 8037, 8038, 8057
---

## Abstract
Expand Down Expand Up @@ -35,6 +35,7 @@ This Meta EIP includes two types of EIPs, namely, core and possible additions. T
| [EIP-8032](./eip-8032.md) | Makes `SSTORE` gas cost scale with a contract's storage size to discourage state bloat. | State | Proposed for Inclusion |
| [EIP-8037](./eip-8037.md) | Harmonization and increase of state creation gas costs to mitigate state growth and unblock scaling. | State | Proposed for Inclusion |
| [EIP-8038](./eip-8038.md) | Increases the gas cost of state-access operations to reflect Ethereum’s larger state. | State | Proposed for Inclusion |
| [EIP-8057](./eip-8057.md) | Inter-Block Temporal Locality Gas Discounts. | State | Proposed for Inclusion |

### Possible additions

Expand Down
Loading