-
Notifications
You must be signed in to change notification settings - Fork 236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] Add getters of alloy_consensus::Header
to a new trait BlockHeader
#1301
Labels
debt
Tech debt which needs to be addressed
Comments
This was referenced Sep 17, 2024
@emhane we already have
|
|
@garwahl would you like to do this one? |
@emhane Yep happy to take this! Feel free to assign me |
true, thanks @garwahl |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Component
consensus, eips, genesis
Describe the feature you would like
Add new trait, called something like
BlockHeader
. Add a getter for all fields ofalloy_consensus::Header
as trait methods to this new trait. Set the new trait as trait bound foralloy_network::Network
.Additional context
No response
The text was updated successfully, but these errors were encountered: