We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
provider, pubsub, rpc
mostly for testing purposes, it would be nice to have an EngineApiExt trait similar to
EngineApiExt
alloy/crates/provider/src/ext/admin.rs
Line 11 in c058e32
see also:
https://github.com/paradigmxyz/reth/blob/0938504f4a265eec74e0b833ab5c41d66649bdee/crates/rpc/rpc-api/src/engine.rs#L27-L27
No response
The text was updated successfully, but these errors were encountered:
I can take this on.
Sorry, something went wrong.
EngineApi
@mattsse May I continue on that topic by replacing the trait in Reth https://github.com/paradigmxyz/reth/blob/0938504f4a265eec74e0b833ab5c41d66649bdee/crates/rpc/rpc-api/src/engine.rs#L27-L27 by the new trait from Alloy?
Assuming Alloy rev in Reth will need to be bumped obviously ;)
we still need this because this also generates the server code
leruaa
Successfully merging a pull request may close this issue.
Component
provider, pubsub, rpc
Describe the feature you would like
mostly for testing purposes, it would be nice to have an
EngineApiExt
trait similar toalloy/crates/provider/src/ext/admin.rs
Line 11 in c058e32
see also:
https://github.com/paradigmxyz/reth/blob/0938504f4a265eec74e0b833ab5c41d66649bdee/crates/rpc/rpc-api/src/engine.rs#L27-L27
TODO
Additional context
No response
The text was updated successfully, but these errors were encountered: