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
It's horribly complex, albeit I haven't found any bugs in it yet.
It also has much lower throughput than possible for account updates without proofs.
For account updates with proofs of course we can't really raise the throughput without a lot of unpractical work.
We could feasibly cover most zkapp commands in a single proof (given that we can verify 2 proofs recursively at a time).
The text was updated successfully, but these errors were encountered:
We could allow the user to wrap up zkapp proofs in exchange for lower fees.
You could accumulate pending zkapp verifications into a merkle tree (or similar) and then verify only one recursive proof for the whole thing.
It's horribly complex, albeit I haven't found any bugs in it yet.
It also has much lower throughput than possible for account updates without proofs.
For account updates with proofs of course we can't really raise the throughput without a lot of unpractical work.
We could feasibly cover most zkapp commands in a single proof (given that we can verify 2 proofs recursively at a time).
The text was updated successfully, but these errors were encountered: