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

core: fix tracing of pre-block processors #30666

Merged
merged 1 commit into from
Oct 24, 2024

Conversation

s1na
Copy link
Contributor

@s1na s1na commented Oct 24, 2024

This fixes an issue where processing pre-block hooks (e.g. beacon block root) would fail if a tracer was enabled. This was caused by #30569.

Fixes #30658

Copy link
Contributor

@holiman holiman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM (but please make a habit of writing proper PR descriptions)

@holiman holiman added this to the 1.14.12 milestone Oct 24, 2024
@holiman holiman merged commit 461afdf into ethereum:master Oct 24, 2024
3 checks passed
holiman pushed a commit that referenced this pull request Nov 19, 2024
This change makes it so that the wrapped statedb with tracing-hooks is passed to the system call processing

Fixes #30658
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 this pull request may close these issues.

insertChain panics when struct tracer is set
2 participants