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

Reimplement JUMPDEST prefetching on server side #20

Open
einar-polygon opened this issue Oct 10, 2024 · 0 comments
Open

Reimplement JUMPDEST prefetching on server side #20

einar-polygon opened this issue Oct 10, 2024 · 0 comments

Comments

@einar-polygon
Copy link

Rationale

Moving structlog fetching and the generate_jumpdest_table function serverside would allow us to fetch heavy structlogs and compute jumpdest tables ahead of time allowing for fast, cached responses.

Implementation

Do you have ideas regarding the implementation of this feature?

I already implemented it in Rust, see zk_evm#427.

Are you willing to implement this feature?

Yes.

The rpc client already contains a CLI parameter stub that needs to be activated.

@einar-polygon einar-polygon changed the title Reimplement of the JUMPDEST prefetching server-side Reimplement JUMPDEST prefetching on server side Oct 10, 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

No branches or pull requests

1 participant