Geth like tracer - state diffs #13656
kchojn
started this conversation in
Technical discussions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
Does Reth offer something similar to geth tracing module (custom
debug_trace
)?I want to implement my custom tracer, but I notice some limits and I do not know if I have not overlooked something.
In Geth, I'm able to track everything on the call level, every single state change (not only the state before and at the end of tx).
I am playing with revm-inspectors (builder/geth.rs, tracing/types.rs), but they don't seem as flexible as geth.
Geth example:
Is it doable in reth? Assigning each state (codeHash/nonce/balance change) to the corresponding call?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions