diff --git a/EIPS/eip-2935.md b/EIPS/eip-2935.md index 8dd9e534ed5b3e..7d1e34adb01a18 100644 --- a/EIPS/eip-2935.md +++ b/EIPS/eip-2935.md @@ -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: