Closed
Description
Describe the feature
currently we use an header when we actually only need the number+hash+parenthash
for example:
with upcoming generics, this would be harder to manage and we can use a new type, like
pub struct BlockAndParent {
parent: Hash,
block: BlockNumHash,
}
name tbd
TODO
- introduce the type (can be in reth-primitives-traits first, but we want to move this to alloy later)
Additional context
No response
Metadata
Metadata
Assignees
Type
Projects
Status
Done