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

Remove parallel procesing for debug_traceBlock (Transaction tracing) #526

Merged
merged 3 commits into from
Feb 13, 2024

Conversation

HonzaDajc
Copy link
Collaborator

Because of preparing data for replaying transaction with EVM which is slower with javascript tracer execution, deep copy of stateDB is created and every transaction is replayed twice.
This is contra productive and leads to slow down node block processing

Because of preparing data for replaying transaction with EVM which is
slower with javascript tracer execution, deep copy of stateDB is created
and every transaction is replayed twice. So this is contra productive.
@uprendis uprendis merged commit c0fe72c into develop-tracing Feb 13, 2024
1 check failed
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.

None yet

2 participants