Skip to content
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

make SealedBlock a wrapper of hash + Block #13626

Closed
mattsse opened this issue Jan 3, 2025 · 3 comments · Fixed by #13735
Closed

make SealedBlock a wrapper of hash + Block #13626

mattsse opened this issue Jan 3, 2025 · 3 comments · Fixed by #13735
Assignees
Labels
A-sdk Related to reth's use as a library C-debt Refactor of code section that is hard to understand or maintain C-enhancement New feature or request

Comments

@mattsse
Copy link
Collaborator

mattsse commented Jan 3, 2025

Describe the feature

currently SealedBlock has SealedHeader and Body requiring two generics and doesn't allow trait Block usage.

we can now make this equivalent to Sealed<Block>

Additional context

No response

@mattsse mattsse added A-sdk Related to reth's use as a library C-debt Refactor of code section that is hard to understand or maintain C-enhancement New feature or request labels Jan 3, 2025
@mattsse mattsse self-assigned this Jan 3, 2025
@Nanle100
Copy link

Nanle100 commented Jan 3, 2025

can i work on this

@mattsse
Copy link
Collaborator Author

mattsse commented Jan 3, 2025

@Nanle100 there'll be a few more smaller tasks for this, will tag you once I have something smaller

@Nanle100
Copy link

Nanle100 commented Jan 3, 2025

@mattsse Alright. that will be cool

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-sdk Related to reth's use as a library C-debt Refactor of code section that is hard to understand or maintain C-enhancement New feature or request
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants