fix: correct debug method availability and remove unsupported 4byteTracer#37
Merged
fix: correct debug method availability and remove unsupported 4byteTracer#37
Conversation
Contributor
|
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. |
Contributor
|
LGTM. The rate-limit claim that was flagged in the previous round has been removed. The three factual fixes are clean:
The |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
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)4byteTracerfrom the supported tracers table — it is not handled by MegaETH's debug handler. (Resolves C-002 from auto-audits#2)Test plan
https://mainnet.megaeth.com/rpcThis PR was generated by an automated agent.