-
Notifications
You must be signed in to change notification settings - Fork 7
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
feat: implement EIP-7702 span batch support #135
Conversation
There was a problem hiding this 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!
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! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks!!
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