Skip to content

Commit

Permalink
adjust number
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrocheleau committed May 18, 2024
1 parent df5dbc3 commit 026d264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EIPS/eip-7703.md → EIPS/eip-7704.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
eip: 7703
eip: 7704
title: Adjust the BLOCKHASH opcode to read from storage and update its gas cost

Check failure on line 3 in EIPS/eip-7704.md

View workflow job for this annotation

GitHub Actions / EIP Walidator

preamble header `title` value is too long (max 44)

error[preamble-len-title]: preamble header `title` value is too long (max 44) --> EIPS/eip-7704.md:3:7 | 3 | title: Adjust the BLOCKHASH opcode to read from storage and update its gas cost | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ too long | = help: see https://ethereum.github.io/eipw/preamble-len-title/
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.

Check failure on line 4 in EIPS/eip-7704.md

View workflow job for this annotation

GitHub Actions / EIP Walidator

preamble header `description` value is too long (max 140)

error[preamble-len-description]: preamble header `description` value is too long (max 140) --> EIPS/eip-7704.md:4:13 | 4 | 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. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ too long | = help: see https://ethereum.github.io/eipw/preamble-len-description/

Check failure on line 4 in EIPS/eip-7704.md

View workflow job for this annotation

GitHub Actions / EIP Walidator

proposals mentioned in preamble header `description` must appear in `requires`

error[preamble-requires-ref-description]: proposals mentioned in preamble header `description` must appear in `requires` --> EIPS/eip-7704.md:4:88 | 4 | 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. | ^^^^^^^^ mentioned here | = help: see https://ethereum.github.io/eipw/preamble-requires-ref-description/
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)
Expand Down

0 comments on commit 026d264

Please sign in to comment.