Skip to content

Commit

Permalink
Update EIP-2935: Move to Review (#8652)
Browse files Browse the repository at this point in the history
* Update eip-2935.md

* 2935: rm link to 210

---------

Co-authored-by: lightclient <lightclient@protonmail.com>
  • Loading branch information
timbeiko and lightclient committed Jun 17, 2024
1 parent 699cb15 commit 674813f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EIPS/eip-2935.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Serve historical block hashes from state
description: Store and serve last 8192 block hashes as storage slots of a system contract to allow for stateless execution
author: Vitalik Buterin (@vbuterin), Tomasz Stanczak (@tkstanczak), Guillaume Ballet (@gballet), Gajinder Singh (@g11tech), Tanishq Jasoria (@tanishqjasoria), Ignacio Hagopian (@jsign), Jochem Brouwer (@jochem-brouwer)
discussions-to: https://ethereum-magicians.org/t/eip-2935-save-historical-block-hashes-in-state/4565
status: Draft
status: Review
type: Standards Track
category: Core
created: 2020-09-03
Expand Down Expand Up @@ -187,7 +187,7 @@ Since `BLOCKHASH` semantics doesn't change, this EIP has no impact on `BLOCKHASH

## Rationale

Very similar ideas were proposed before in [EIP-210](./eip-210.md) et al. This EIP is a simplification, removing two sources of needless complexity:
Very similar ideas were proposed before. This EIP is a simplification, removing two sources of needless complexity:

1. Having a tree-like structure with multiple layers as opposed to a single list
2. Writing the EIP in EVM code
Expand Down

0 comments on commit 674813f

Please sign in to comment.