Open mattsse opened 6 months ago
BlockInput is currently used as
From<&Block, ttd)
ttd validation is no longer required and we need support to omit this from the API.I see different ttd value in code base. Do these codes use wrongly, just using U256::Zero is ok? So we can omit ttd from the API. @mattsse
Describe the feature
ref https://github.com/paradigmxyz/reth/pull/7798#discussion_r1588880617
BlockInput is currently used as
From<&Block, ttd)
ttd validation is no longer required and we need support to omit this from the API.this can be solved with an input type and a conversion that takes pre/post merge into account
Additional context
No response