Skip to content

fix: correct debug method availability and remove unsupported 4byteTracer#37

Merged
Troublor merged 2 commits intomainfrom
william/fix/debug-docs-correctness
Apr 9, 2026
Merged

fix: correct debug method availability and remove unsupported 4byteTracer#37
Troublor merged 2 commits intomainfrom
william/fix/debug-docs-correctness

Conversation

@Troublor
Copy link
Copy Markdown
Collaborator

@Troublor Troublor commented Apr 9, 2026

Summary

  • Debug methods (debug_traceTransaction, debug_traceCall, debug_traceBlockByNumber, debug_traceBlockByHash) are available on the public MegaETH RPC endpoint — not restricted to managed providers. Updated the docs to reflect this. (Resolves C-001 from auto-audits#2)
  • Removed 4byteTracer from the supported tracers table — it is not handled by MegaETH's debug handler. (Resolves C-002 from auto-audits#2)
  • Updated the mega-evme description to remove the outdated "no access to managed RPC" framing.

Test plan

  • Verify the updated claims match live behavior at https://mainnet.megaeth.com/rpc
  • Confirm 4byteTracer is indeed unsupported

This PR was generated by an automated agent.

@claude
Copy link
Copy Markdown
Contributor

claude bot commented Apr 9, 2026

Both test plan items are unchecked. The correctness of this PR's two central claims — that debug methods work on the public endpoint and that 4byteTracer is unsupported — hasn't been confirmed yet. Please verify against live behavior before merging.

@claude
Copy link
Copy Markdown
Contributor

claude bot commented Apr 9, 2026

LGTM. The rate-limit claim that was flagged in the previous round has been removed.

The three factual fixes are clean:

  • Debug methods now correctly documented as available on the public endpoint
  • debug_traceBlockByHash added alongside debug_traceBlockByNumber
  • 4byteTracer removed from the supported tracers table

The mega-evme description update is also an improvement.

@Troublor Troublor merged commit 2a1aff6 into main Apr 9, 2026
5 checks passed
@Troublor Troublor deleted the william/fix/debug-docs-correctness branch April 9, 2026 03:17
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