paradigmxyz / reth

Modular, contributor-friendly and blazing-fast implementation of the Ethereum protocol, in Rust
https://reth.rs/
Apache License 2.0
3.59k stars 944 forks source link

Support overriding default rpc method handlers #8295

Open mattsse opened 2 months ago

mattsse commented 2 months ago

Hi, I am currently working on a forked reth and I needed a way to override the default rpc method handler; for example, I want to override the default eth_estimateGas or eth_call` with custom implementation, is there anyway to do this ? I have seen addition of custom RPC endpoints but I don't want to add new one just override it.

Thanks

Originally posted by @itsyaasir in https://github.com/paradigmxyz/reth/discussions/8294

github-actions[bot] commented 1 month ago

This issue is stale because it has been open for 21 days with no activity.