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
As @zkrollupdev suggested, users' proofs can be directly submitted off-chain, then submit an aggregated proof on-chain. I think this is a good suggestion, both at user experience and technical feasibility.
We can remove the submit_proof method. Add more check to submit_batch to ensure that the aggregated proof consists of all the proofs it claims. We alse need a submit proof service API to receive all the submits from users.
The text was updated successfully, but these errors were encountered:
As @zkrollupdev suggested, users' proofs can be directly submitted off-chain, then submit an aggregated proof on-chain. I think this is a good suggestion, both at user experience and technical feasibility.
We can remove the
submit_proof
method. Add more check tosubmit_batch
to ensure that the aggregated proof consists of all the proofs it claims. We alse need asubmit proof service
API to receive all the submits from users.The text was updated successfully, but these errors were encountered: