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

chore: rm receiptsext trait #13296

Merged
merged 1 commit into from
Dec 11, 2024
Merged

chore: rm receiptsext trait #13296

merged 1 commit into from
Dec 11, 2024

Conversation

mattsse
Copy link
Collaborator

@mattsse mattsse commented Dec 11, 2024

this trait was pretty much useless because it didn't allow the OP specific receipt root.

renamed the function that relied on this for clarity.

we can also remove this fn from ExecutionOutcome which only has an additional helper (can remove separately after relaxing calculate_receipt_root_no_memo )

where this is still problematic is in the reorg tester code, only for those usecases we'd need an abstraction that can do both OP and eth, but since this is only really used for eth testing this should be okay, it would have paniced before this pr.

@mattsse mattsse added the A-sdk Related to reth's use as a library label Dec 11, 2024
@mattsse mattsse added this pull request to the merge queue Dec 11, 2024
Merged via the queue into main with commit 9891917 Dec 11, 2024
43 checks passed
@mattsse mattsse deleted the matt/rm-receipts-extension2 branch December 11, 2024 14:35
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants