-
Notifications
You must be signed in to change notification settings - Fork 601
[Feature] Block and Body trait #2033
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Component
consensus, eips, genesis
Describe the feature you would like
Introduce Block and Body trait
we have these in reth
for header and transaction, reth's specific traits inherit core logic from alloy, e.g:
we should start doing the same for block and body, but without the associated types
this will make compat easier, eg: #2032
TODO
- introduce trait Block which is an ethereum opinionated block trait
- to unblock wip:feat: add rpc block builder #2032 it should have fn
withdrawals
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
Completed