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
A zkApp might need to pay out funds to a user, but if the user has receive != None, it could get stuck.
Allowing preconditions to specify permissions on the account would allow you to prove that the permissions
don't allow the action, enabling a way to handle the failure.
The text was updated successfully, but these errors were encountered:
L-as
changed the title
Add permissions to preconditions
[pre-MIP] Add permissions to preconditions
Feb 1, 2024
A zkApp might need to pay out funds to a user, but if the user has
receive != None
, it could get stuck.Allowing preconditions to specify permissions on the account would allow you to prove that the permissions
don't allow the action, enabling a way to handle the failure.
The text was updated successfully, but these errors were encountered: