Skip to content

DOC-2099: Update debug trace returnValue and structLogs - #2101

Merged
bgravenorst merged 2 commits into
besu-eth:mainfrom
bgravenorst:DOC-2099
Aug 19, 2026
Merged

DOC-2099: Update debug trace returnValue and structLogs#2101
bgravenorst merged 2 commits into
besu-eth:mainfrom
bgravenorst:DOC-2099

Conversation

@bgravenorst

@bgravenorst bgravenorst commented Aug 14, 2026

Copy link
Copy Markdown
Contributor

Description

Updates the DEBUG opcode-tracer reference to match besu-eth/besu#10972.

Examples that showed a 21000-gas transfer with a trailing STOP now use "returnValue": "0x" and "structLogs": []. The debug_traceTransaction example keeps a contract-call structLogs entry (a real STATICCALL, not the synthetic STOP).

Related issue(s)

Fixes #2099

Preview

https://besu-docs-git-fork-bgravenorst-doc-2099-hyperledger.vercel.app/public-networks/reference/api/debug/trace

Empty opcode-tracer output is now serialized as 0x, and traces that
execute no EVM code omit the synthetic STOP entry.

Signed-off-by: bgravenorst <byron.gravenorst@consensys.net>
Co-authored-by: Cursor <cursoragent@cursor.com>
@bgravenorst
bgravenorst requested a review from a team as a code owner August 14, 2026 03:37
@vercel

vercel Bot commented Aug 14, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
besu-docs Ready Ready Preview Aug 17, 2026 12:32am

Request Review

Signed-off-by: bgravenorst <byron.gravenorst@consensys.net>
Co-authored-by: Cursor <cursoragent@cursor.com>
@bgravenorst
bgravenorst merged commit 0c255e2 into besu-eth:main Aug 19, 2026
10 checks passed
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.

Fix: Update trace method returnValue and structLog

3 participants