From df5dbc3c4142b80fac048b8e0b5c8eac30ac1e6b Mon Sep 17 00:00:00 2001 From: Gabriel Rocheleau Date: Sat, 18 May 2024 12:04:41 -0400 Subject: [PATCH] adjust title --- EIPS/eip-7703.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EIPS/eip-7703.md b/EIPS/eip-7703.md index 7e8316f377a4a..a6a04e9e168b3 100644 --- a/EIPS/eip-7703.md +++ b/EIPS/eip-7703.md @@ -1,6 +1,6 @@ --- eip: 7703 -title: Adjust the `BLOCKHASH` (0x40) to read from storage, and update gas cost for Verkle +title: Adjust the BLOCKHASH opcode to read from storage and update its gas cost description: Serve the `BLOCKHASH (0x40)` opcode from the system contract storage from EIP-2935 to allow for stateless execution. Also adjust its gas cost to reflect storage access. author: Vitalik Buterin (@vbuterin), Tomasz Stanczak (@tkstanczak), Guillaume Ballet (@gballet), Gajinder Singh (@g11tech), Tanishq Jasoria (@tanishqjasoria), Ignacio Hagopian (@jsign), Jochem Brouwer (@jochem-brouwer), Gabriel Rocheleau (@gabrocheleau) discussions-to: https://ethereum-magicians.org/t/eip-2935-save-historical-block-hashes-in-state/4565