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.