Skip to content

Commit

Permalink
newline
Browse files Browse the repository at this point in the history
  • Loading branch information
g11tech committed Feb 6, 2024
1 parent 28fa13e commit 020b7ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions EIPS/eip-2935.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ Edge cases:
* For verkle at genesis, no history is written to the genesis state, and at the start of block `1`, genesis hash will be written as a normal operation to slot `0`.
* for verkle activated at block `1`, only genesis hash will be written at slot `0` as no additional history needs to be persisted.
* for verkle activated at block `32`, block `31`'s hash will be written to slot `31` and additonal history for `0..30`'s hashes will be persisted, so all in all `0..31`'s hashes.

## Rationale

Very similar ideas were proposed before in EIP-98 and EIP-210. This EIP is a simplification, removing two sources of needless complexity:
Expand Down

0 comments on commit 020b7ed

Please sign in to comment.