Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pre-MIP] Make access permission affect tokens only #22

Open
L-as opened this issue Sep 18, 2024 · 0 comments
Open

[pre-MIP] Make access permission affect tokens only #22

L-as opened this issue Sep 18, 2024 · 0 comments

Comments

@L-as
Copy link

L-as commented Sep 18, 2024

It's desirable to allow other zkapps to read your state without needing a proof (which on L1 might not even be feasible because of account update limits), but setting access = None also means your zkapp can't be a token owner practically, since all token logic would be completely unchecked.

A simple way of doing this would be to check access permission only if account update has children.

It's not clear to me what the original motivation for the access permission was beyond token owner control.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant