disable execution block hash verification on CL side

This commit is contained in:
tersec 2024-11-25 15:08:09 +00:00
parent 03fe86f448
commit 1660288eba
No known key found for this signature in database
GPG Key ID: 3D7A11A0156519DC
1 changed files with 0 additions and 4 deletions

View File

@ -586,10 +586,6 @@ proc storeBlock(
if payload.transactions.anyIt(it.len == 0):
returnWithError "Execution block contains zero length transactions"
if payload.block_hash !=
signedBlock.message.compute_execution_block_hash():
returnWithError "Execution block hash validation failed"
# [New in Deneb:EIP4844]
when typeof(signedBlock).kind >= ConsensusFork.Deneb:
let blobsRes = signedBlock.message.is_valid_versioned_hashes