-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
A-rpcRelated to the RPC implementationRelated to the RPC implementationC-enhancementNew feature or requestNew feature or requestD-good-first-issueNice and easy! A great choice to get startedNice and easy! A great choice to get started
Description
Describe the feature
Using Reth-sdk, I have an object that both adds a new method to the eth API and overrides one. I tried to use the merge_configured endpoint and it fails for the overrided method. My current solution is to split the two methods in distinct RPC modules and register them separately with merge_configured and replace_configured.
It would be helpful to have a single method that either adds the new method or overrides an existent.
Additional context
No response
mattsse
Metadata
Metadata
Assignees
Labels
A-rpcRelated to the RPC implementationRelated to the RPC implementationC-enhancementNew feature or requestNew feature or requestD-good-first-issueNice and easy! A great choice to get startedNice and easy! A great choice to get started
Type
Projects
Status
Done