Skip to content

Commit

Permalink
apply update
Browse files Browse the repository at this point in the history
Co-authored-by: Jochem Brouwer <[email protected]>
  • Loading branch information
g11tech and jochem-brouwer authored Feb 9, 2024
1 parent 5dfe9b9 commit d022729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EIPS/eip-2935.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ At the start of processing any block where `block.timestamp > FORK_TIMESTAMP` (i

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 the fork to be activated 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.

Expand Down

0 comments on commit d022729

Please sign in to comment.