-
Notifications
You must be signed in to change notification settings - Fork 245
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
Addition of engine rpc-types from reth #118
Addition of engine rpc-types from reth #118
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.
great draft!
I'd all of this in a new crate rpc-engine-types
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.
nice job!
now we can replace this in reth-rpc-types and simply reexport everything in the engine module there
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.
lgtm! thanks! just wanna make sure we're not copy extra unused deps
on it! |
there's already the open issue, your PR should simply close this one! |
Motivation
This pr aims to add engine related rpc-types to alloy.
closes paradigmxyz/reth#5989
PR Checklist