From 2c9720eafbfa3726189d53770ef1df9202810ce9 Mon Sep 17 00:00:00 2001 From: Etan Kissling Date: Fri, 22 May 2026 16:35:56 +0200 Subject: [PATCH 1/2] Expose EIP-7843 slot number via JSON-RPC The slot number should be exposed via JSON-RPC so that it is possible to validate eth_getBlockByHash response against the block hash. --- src/schemas/block.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/schemas/block.yaml b/src/schemas/block.yaml index d0df2e3c4..684aa41c1 100644 --- a/src/schemas/block.yaml +++ b/src/schemas/block.yaml @@ -113,6 +113,9 @@ Block: blockAccessListHash: title: EIP-7928 block access list hash $ref: '#/components/schemas/hash32' + slotNumber: + title: Slot number + $ref: '#/components/schemas/uint' BlockTag: title: Block tag type: string From 70b979f9dc93ff66081a59007651061ebcd048ab Mon Sep 17 00:00:00 2001 From: Etan Kissling Date: Fri, 22 May 2026 16:36:56 +0200 Subject: [PATCH 2/2] Add EIP reference --- src/schemas/block.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/schemas/block.yaml b/src/schemas/block.yaml index 684aa41c1..2660a77f5 100644 --- a/src/schemas/block.yaml +++ b/src/schemas/block.yaml @@ -114,7 +114,7 @@ Block: title: EIP-7928 block access list hash $ref: '#/components/schemas/hash32' slotNumber: - title: Slot number + title: EIP-7843 slot number $ref: '#/components/schemas/uint' BlockTag: title: Block tag