Skip to content

refactor(evm-rpc): align naming with canonical extractor template#1795

Open
mitchhs12 wants to merge 1 commit intomainfrom
mitchhs12/homogenize-evm-rpc-extractor
Open

refactor(evm-rpc): align naming with canonical extractor template#1795
mitchhs12 wants to merge 1 commit intomainfrom
mitchhs12/homogenize-evm-rpc-extractor

Conversation

@mitchhs12
Copy link
Contributor

Summary

Rename EVM-RPC extractor types to match the homogenized naming convention shared by all extractor crates (part of #1791).

  • Rename JsonRpcClient to Client in client.rs and all consumers
  • Rename ProviderError to ClientError in error.rs and all consumers
  • Update docs to reflect new type names

Rename types to match the homogenized naming convention shared by all extractor crates.

- Rename `JsonRpcClient` to `Client` in `client.rs` and all consumers
- Rename `ProviderError` to `ClientError` in `error.rs` and all consumers
- Update docs to reflect new type names

Signed-off-by: Mitchell Spencer <mitchellhspencer@gmail.com>
@mitchhs12 mitchhs12 self-assigned this Feb 17, 2026
@mitchhs12 mitchhs12 requested a review from LNSD February 17, 2026 22:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant