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: remove the workaround for pre-bedrock OP transactions #13365

Merged
merged 3 commits into from
Dec 12, 2024

Conversation

klkvr
Copy link
Collaborator

@klkvr klkvr commented Dec 12, 2024

Removes hack for decoding of legacy transaction signature used for decoding of OP transactions.

This PR is based on assumption that this decoding should never happen during op-reth node operation. If such transaction is imported during pipeline sync of pre-bedrock blocks it will just fail the recovery stage, and during manual import no transactions are being imported

Additionally changed the transaction decoding to not compute hashes

cc @emhane @joshieDo

Copy link
Collaborator

@mattsse mattsse left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rip bozo

we currently don't support pre-bedrock full import, although we have the proper codec for those now.

we need some changes to make this work with the ovmcodec, will track this separately

@klkvr klkvr added this pull request to the merge queue Dec 12, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to a conflict with the base branch Dec 12, 2024
@klkvr klkvr added this pull request to the merge queue Dec 12, 2024
Merged via the queue into main with commit a212e1b Dec 12, 2024
42 checks passed
@klkvr klkvr deleted the klkvr/remove-op-hack branch December 12, 2024 21:42
emhane pushed a commit to ethereum-optimism/op-reth that referenced this pull request Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants