Implementation of EIP-7742

This commit is contained in:
jangko 2024-10-21 08:12:21 +07:00
parent 171531fbf1
commit 183418151c
No known key found for this signature in database
GPG Key ID: 31702AE10541E6B9
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ type
excessBlobGas*: Opt[uint64] # EIP-4844
parentBeaconBlockRoot*: Opt[Hash32] # EIP-4788
requestsHash*: Opt[Hash32] # EIP-7685
targetBlobCount*: Opt[uint64] # EIP-7742
# starting from EIP-4399, `mixDigest` field is called `prevRandao`
template prevRandao*(h: Header): Bytes32 =