-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Add Opstack engine api jsonrpsee trait #14211
Comments
will open issue to address the redundancy with above trait at later time point in order not to block this issue which is critical for isthmus l2 withdrawals root feature |
most of the functions yes, but we need an jsonrpsee trait for this
there is none, this op-alloy trait is for alloy provider, client side |
working on this now, copying |
Describe the feature
same as
reth/crates/rpc/rpc-api/src/engine.rs
Line 41 in 544fd50
but with Opstack types for newPayload v4, we can now then also exclude the v1 endpoints
this should be added to the optimism rpc crate probably.
I also think now that we're splitting those, we no longer need the T: EngineTypes generic on that trait.
Additional context
#13145
The text was updated successfully, but these errors were encountered: