You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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
I already implemented it in Rust, see zk_evm#427.
Yes.
The rpc client already contains a CLI parameter stub that needs to be activated.
The text was updated successfully, but these errors were encountered: