Problem Statement
We currently pass in the write vk flag to the provers in the rollup. We shouldn't be doing this because it adds around a 30% bump in prover time.
Proposed Solution
The correct pattern is to precompute the rollup circuit vks, store them somewhere, and then use them when it comes time to prove.
Example Use Case
No response
Alternative Solutions
No response
Additional Context
No response
Problem Statement
We currently pass in the write vk flag to the provers in the rollup. We shouldn't be doing this because it adds around a 30% bump in prover time.
Proposed Solution
The correct pattern is to precompute the rollup circuit vks, store them somewhere, and then use them when it comes time to prove.
Example Use Case
No response
Alternative Solutions
No response
Additional Context
No response