Add debug trace tests#728
Closed
MysticRyuujin wants to merge 6 commits intoethereum:mainfrom
Closed
Conversation
Contributor
Author
|
Ok I fixed the lint-and-check for my PR, the current failure is failing against all PRs and is unrelated to my PR |
3 tasks
canepat
reviewed
Jan 12, 2026
| additionalProperties: true | ||
| properties: | ||
| tracer: | ||
| type: string |
There was a problem hiding this comment.
I think it would be valuable to fully specify which tracers must be supported by an implementation to claim compliance. Then, for each of them which options apply and most importantly the schema of the expected output.
Contributor
Author
|
On the RPC standards call we decided to break this PR, I'm gonna close this one and open a new one for just |
3 tasks
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.
This PR is adding 4 tests:
callTracerwhich is the most popular tracer{"onlyTopCall": false, "withLog": true}debug_traceCallagainst with one of the interesting txs in hivenetdebug_traceCallto return structLogs to measure rpc gascapLocal testing shows differences between a bunch of clients for these calls.