Skip to content
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

no txHash field in result for debug_traceBlockByNumber #5742

Closed
1 task done
quick-pawiromitchel opened this issue Dec 12, 2023 · 0 comments · Fixed by #5743
Closed
1 task done

no txHash field in result for debug_traceBlockByNumber #5742

quick-pawiromitchel opened this issue Dec 12, 2023 · 0 comments · Fixed by #5743
Labels
C-bug An unexpected or incorrect behavior D-good-first-issue Nice and easy! A great choice to get started

Comments

@quick-pawiromitchel
Copy link

Describe the bug

Geth recently added the txHash in the results of debug_traceBlockByNumber ethereum/go-ethereum#27183

Steps to reproduce

  1. Send {"method":"debug_traceBlockByNumber","params":["latest", {"tracer": "callTracer"}],"id":1,"jsonrpc":"2.0"} to the node
  2. txHash not present in the output

Node logs

No response

Platform(s)

Linux (x86)

What version/commit are you on?

reth 0.1.0-alpha.13 (c4c07b8)

What database version are you on?

Current database version: 1

What type of node are you running?

Archive (default)

What prune config do you use, if any?

No response

If you've built Reth from source, provide the full command you used

No response

Code of Conduct

  • I agree to follow the Code of Conduct
@quick-pawiromitchel quick-pawiromitchel added C-bug An unexpected or incorrect behavior S-needs-triage This issue needs to be labelled labels Dec 12, 2023
@mattsse mattsse added D-good-first-issue Nice and easy! A great choice to get started and removed S-needs-triage This issue needs to be labelled labels Dec 12, 2023
@github-project-automation github-project-automation bot moved this from Todo to Done in Reth Tracker Dec 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug An unexpected or incorrect behavior D-good-first-issue Nice and easy! A great choice to get started
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants