zeko-labs / zeko

Zeko: zk-Rollup for Mina, a succinct blockchain
https://zeko.io
Apache License 2.0
23 stars 3 forks source link

Replace use of As_prover.Ref with Prover_value (V) #165

Closed L-as closed 5 months ago

L-as commented 5 months ago

Prover_value is a wrapper on top of As_prover.Ref (but it doesn't have to be), but doesn't provide a mutable interface notably. Using As_prover.Ref is confusing because it signals that you might change the value later, which is not true most of the time.