-
Notifications
You must be signed in to change notification settings - Fork 20.3k
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
Add tx hash to tracers #20629
Comments
So let me summarize: We agree, it's a feature worth having |
I think this is a valid feature request, needs a bit of API massaging though. We'd need to modify CaptureStart to add some more contextual fields (block number, tx hash). |
Hi, |
cc @s1na want to have a go^ ? |
|
Is this available inside native tracers? I'm using a custom native tracer and currently am limited to mapping traces to txs via index. Having something like this inside native tracer would be a great addition. |
Hi there,
Is it possible to get transaction hash in tracer?
Using this one or any other (custom) js tracer
https://github.com/ethereum/go-ethereum/blob/master/eth/tracers/internal/tracers/call_tracer.js
I tried to use debug_traceBlock endpount, there are all necessary information except tx hash
My goal is to find all incoming transactions to my addresses by RPC API.
I just moved from parity, and they have trace_block.
TIA
The text was updated successfully, but these errors were encountered: