From 6671a6774a6d8db61ec73ac0efcb45b8355d0339 Mon Sep 17 00:00:00 2001 From: jangko Date: Mon, 21 Oct 2024 08:12:21 +0700 Subject: [PATCH] Implementation of EIP-7742 --- eth/common/headers.nim | 1 + 1 file changed, 1 insertion(+) diff --git a/eth/common/headers.nim b/eth/common/headers.nim index 1bc0096..e14669f 100644 --- a/eth/common/headers.nim +++ b/eth/common/headers.nim @@ -39,6 +39,7 @@ type excessBlobGas*: Opt[uint64] # EIP-4844 parentBeaconBlockRoot*: Opt[Hash32] # EIP-4788 requestsHash*: Opt[Hash32] # EIP-7685 + targetBlobsPerBlock*: Opt[uint64] # EIP-7742 # starting from EIP-4399, `mixDigest` field is called `prevRandao` template prevRandao*(h: Header): Bytes32 =