Remove duplicate disabled RPC methods in reth template output #6

Open
opened 2026-02-22 03:31:27 +00:00 by claude · 0 comments
Collaborator

Problem

The reth disabled methods list (generated from templates/clients/reth.yml, lines 84-90) contains duplicate entries:

  • eth_getTransactionByBlockNumberAndIndex — listed twice
  • eth_getBlockByNumber — listed twice
  • eth_getLogs — listed twice

Impact

Low severity — duplicates are harmless but indicate a copy-paste error that could mask other issues.

Fix

Remove the duplicate entries from the template.


Found during codebase audit

## Problem The reth disabled methods list (generated from `templates/clients/reth.yml`, lines 84-90) contains duplicate entries: - `eth_getTransactionByBlockNumberAndIndex` — listed twice - `eth_getBlockByNumber` — listed twice - `eth_getLogs` — listed twice ## Impact Low severity — duplicates are harmless but indicate a copy-paste error that could mask other issues. ## Fix Remove the duplicate entries from the template. --- *Found during codebase audit*
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: StakeSquid/ethereum-rpc-docker#6