Closed klkvr closed 1 month ago
ref https://github.com/foundry-rs/foundry/issues/9198#issuecomment-2439707092
Right now parent_beacon_block_root, withdrawals_root and requests_hash are always being set to None. They are indeed always empty but we should set empty values if corresponding hardfork is enabled.
parent_beacon_block_root
withdrawals_root
requests_hash
None
Motivation
ref https://github.com/foundry-rs/foundry/issues/9198#issuecomment-2439707092
Right now
parent_beacon_block_root
,withdrawals_root
andrequests_hash
are always being set toNone
. They are indeed always empty but we should set empty values if corresponding hardfork is enabled.