Skip to content

Commit

Permalink
Update EIPS/eip-7709.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrocheleau authored May 27, 2024
1 parent 8cd03d7 commit 066be67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EIPS/eip-7709.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Even if the clients choose to resolve `BLOCKHASH` through system call to [EIP-29

## Backwards Compatibility

This EIP introduces a significant increase in the cost of `BLOCKHASH`, which could break use-cases that rely on the previous gas cost. Also, this EIP introduces a breaking change in the case where less than `BLOCKHASH_SERVE_WINDOW` elapse between the [EIP-2935](./eip-2935.md) fork and this EIP's fork as the [EIP-2935](./eip-2935.md) would not have saved the requisite history.
This EIP introduces a significant increase in the cost of `BLOCKHASH`, which could break use-cases that rely on the previous gas cost. Also, this EIP introduces a breaking change in the case where less than `BLOCKHASH_SERVE_WINDOW` elapse between the [EIP-2935](./eip-2935.md) fork and this EIP's fork as the [EIP-2935](./eip-2935.md) system contract would not have saved the required history.

## Test Cases

Expand Down

0 comments on commit 066be67

Please sign in to comment.