feat: add 4844 header fields and consensus checks (#3972)

This commit is contained in:
Dan Cline
2023-07-29 08:51:16 -04:00
committed by GitHub
parent 15bb1c90b8
commit 334d6068ad
12 changed files with 368 additions and 7 deletions

View File

@ -100,6 +100,8 @@ impl From<Header> for SealedHeader {
parent_hash: value.parent_hash,
logs_bloom: value.bloom,
withdrawals_root: value.withdrawals_root,
blob_gas_used: None,
excess_blob_gas: None,
};
header.seal(value.hash)
}