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

State changes for fee addresses missing in prestate tracer result #410

Closed
Pangssu opened this issue Oct 23, 2024 · 2 comments
Closed

State changes for fee addresses missing in prestate tracer result #410

Pangssu opened this issue Oct 23, 2024 · 2 comments

Comments

@Pangssu
Copy link

Pangssu commented Oct 23, 2024

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?

@protolambda
Copy link
Collaborator

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
Copy link
Author

Pangssu commented Dec 3, 2024

@protolambda I opened PR #444.

@Pangssu Pangssu closed this as completed Dec 18, 2024
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 a pull request may close this issue.

2 participants