You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm Pang from Kroma.
When calling the debug_traceTransaction API with the prestate tracer and set diffMode to true, balance changes for fee addresses are not included in the results.
The reason is that the tracer doesn't look up fee addresses.
Is this the intended behavior?
The text was updated successfully, but these errors were encountered:
This is not intended behavior. The fee-addresses should be included in the diff. PRs are welcome to introduce this behavior. That said, the fee addresses never change, so I hope you found a work around in the mean time.
Pangssu
added a commit
to Pangssu/op-geth
that referenced
this issue
Dec 3, 2024
Hi, I'm Pang from Kroma.
When calling the
debug_traceTransaction
API with the prestate tracer and setdiffMode
to true, balance changes for fee addresses are not included in the results.The reason is that the tracer doesn't look up fee addresses.
Is this the intended behavior?
The text was updated successfully, but these errors were encountered: