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

feat: implement EIP-7702 span batch support #135

Merged
merged 6 commits into from
Jan 28, 2025

Conversation

meyer9
Copy link
Contributor

@meyer9 meyer9 commented Jan 28, 2025

Adds support for serializing and deserializing EIP-7702 transactions in a span batch which will be required to implement EIP-7702 in Isthmus. Fixes #84

Copy link
Contributor

@refcell refcell left a comment

Choose a reason for hiding this comment

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

A few changes needed, nice preliminary work though!

@meyer9
Copy link
Contributor Author

meyer9 commented Jan 28, 2025

Thanks for the review - definitely need to make sure to double check the code before requesting review since some of those were pretty easy to find. Should be fixed now though!

@meyer9 meyer9 requested a review from refcell January 28, 2025 15:35
Copy link
Contributor

@refcell refcell left a comment

Choose a reason for hiding this comment

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

Looks good, thanks!!

@refcell refcell merged commit 1669a4a into op-rs:main Jan 28, 2025
21 checks passed
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.

[Feature] Define SpanBatchEip7702TransactionData
2 participants