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

fix(primitives): use decode_2718() to gracefully handle the tx type #182

Merged
merged 2 commits into from
May 29, 2024

Conversation

merklefruit
Copy link
Contributor

Description

I believe decode_2718() will gracefully remove the transaction type byte, so I imported it from alloy_eips.

Tests

I ran all existing tests, including all the decoding unit tests in stages.

Metadata

@clabby clabby force-pushed the fix/op-tx-envelope-decoding branch from 2f798ad to 8119ac2 Compare May 27, 2024 15:56
@clabby
Copy link
Collaborator

clabby commented May 27, 2024

Rebased on #186 - Closing & re-opening to bump CI :)

@clabby clabby added this pull request to the merge queue May 29, 2024
Merged via the queue into op-rs:main with commit c62a381 May 29, 2024
13 checks passed
This was referenced May 29, 2024
This was referenced Jun 6, 2024
This was referenced Jun 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
K-fix Kind: fix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fix(derive): L2ExecutionPayload Deposit Transaction Decoding
2 participants