-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Updates for trace methods #2474
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Updates for trace methods #2474
Conversation
Signed-off-by: m4sterbunny <harrie.bickle-ext@consensys.net>
|
@m4sterbunny is attempting to deploy a commit to the Consensys Team on Vercel. A member of the Team first needs to authorize it. |
…response object Signed-off-by: m4sterbunny <harrie.bickle-ext@consensys.net>
| }, | ||
| { | ||
| href: "./json-rpc-methods", | ||
| href: "./json-rpc-methods/", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is expt to see if link works with build (works fine locally): note that this is exactly the opposite of the solution proposed in recent troubleshooting per similar in slack
| | `gasUsed` | Gas used by the transaction. Includes any refunds of unused gas. | | ||
| | `output` | Return value of the contract call. Contains only the actual value sent by a `RETURN` operation. If a `RETURN` was not executed, the output is empty bytes. | | ||
| | `subTraces` | Traces of contract calls made by the transaction. | | ||
| | `subtraces` | Traces of contract calls made by the transaction. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
subtraces is not camel case in response
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Description
Simplified page with methods table showing diagnostic options per method
Added note about generic trace handling (dynamic field support)
Documented creationMethod field (create or create2)
Updated trace_filter description: 100 block limit per query on mainnet/Sepolia
Minor proofing round of current key:value table to better align with response object
Minor proof subtraces (tag along fix)
Issue(s) fixed
Fixes #2473
Preview
Checklist
External contributor checklist
Note
Streamlines Ethereum trace docs with a methods/diagnostics table, documents additional trace fields, standardizes
subtraces, updatestrace_filterwith a 100‑block limit, and fixes a JSON-RPC link.traceschema: documentcreationMethod, refinedcallTypevalues,init, resultaddress/code, clarifysubtraces,transactionPosition, and block metadata.stateDiffkey semantics bullets.trace_filterdescription: block range limited to 100 blocks per query.subtraces(fromsubTraces)../json-rpc-methods/.Written by Cursor Bugbot for commit 88572df. This will update automatically on new commits. Configure here.