-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
#2511: extended reth-rpc example with custom rpc ext #4508
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.
last naming nit
Done thanks! |
Codecov Report
... and 17 files with indirect coverage changes
Flags with carried forward coverage won't be shown. Click here to find out more.
📢 Have feedback on the report? Share it here. |
ref #2511
with_noop_pool
andwith_noop_network
methods fromRpcModuleBuilder
instead of their DefaultsMyRpcExt
to showcase how to add custom methods on this example