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

Replace debug_traceTransaction with block level calls where possible #675

Closed
atanmarko opened this issue Sep 30, 2024 · 2 comments · Fixed by #682
Closed

Replace debug_traceTransaction with block level calls where possible #675

atanmarko opened this issue Sep 30, 2024 · 2 comments · Fixed by #682
Assignees
Labels
crate: zero_bin Anything related to the zero-bin subcrates.

Comments

@atanmarko
Copy link
Member

  1. RPC native tracer code could use debug_traceBlockByNumber instead of debug_traceTransaction for preState tracer calls

  2. Jumpdest implementation could use debug_traceBlockByNumber
    Note: cloud providers quiknode and alchemy only export callTracer and prestateTracer for debug_traceBlockByNumber, so retrieving struct logs in this way is not possible

@atanmarko atanmarko self-assigned this Sep 30, 2024
@github-project-automation github-project-automation bot moved this to Backlog in Zero EVM Sep 30, 2024
@atanmarko atanmarko added the crate: zero_bin Anything related to the zero-bin subcrates. label Sep 30, 2024
@atanmarko atanmarko added this to the Performance Tuning milestone Sep 30, 2024
@atanmarko atanmarko moved this from Backlog to In Progress in Zero EVM Sep 30, 2024
@Nashtare Nashtare linked a pull request Oct 1, 2024 that will close this issue
@atanmarko atanmarko moved this from In Progress to Ready to Review in Zero EVM Oct 2, 2024
@atanmarko
Copy link
Member Author

Resolved with #682

@github-project-automation github-project-automation bot moved this from Ready to Review to Done in Zero EVM Oct 3, 2024
@atanmarko atanmarko reopened this Oct 3, 2024
@github-project-automation github-project-automation bot moved this from Done to Todo in Zero EVM Oct 3, 2024
@atanmarko atanmarko moved this from Todo to Done in Zero EVM Oct 7, 2024
@atanmarko
Copy link
Member Author

Closing as it is resloved with #682

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
crate: zero_bin Anything related to the zero-bin subcrates.
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant