-
Notifications
You must be signed in to change notification settings - Fork 545
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
add permisions precondition #16211
base: develop
Are you sure you want to change the base?
add permisions precondition #16211
Conversation
!ci-nix-me |
!ci-build-me |
!ci-build-me |
!ci-build-me |
!ci-build-me |
!ci-build-me |
!ci-build-me |
!ci-build-me |
!ci-build-me |
!ci-build-me |
!ci-build-me |
"set_token_symbol": [ "Ignore" ], | ||
"increment_nonce": [ "Ignore" ], | ||
"set_voting_for": [ "Ignore" ], | ||
"set_timing": [ "Ignore" ], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This trailing comma is not valid JSON.
"set_token_symbol": [ "Ignore" ], | ||
"increment_nonce": [ "Ignore" ], | ||
"set_voting_for": [ "Ignore" ], | ||
"set_timing": [ "Ignore" ], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Similarly here
@@ -138,6 +138,21 @@ let mk_zkapp_with_vesting_period n = | |||
"proved_state": [ "Ignore" ], | |||
"is_new": [ "Ignore" ] | |||
}, | |||
"permissions": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This also seems to be in the wrong place, it should be in account
above.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for catching that, I moved the permissions inside account field elsewhere but forgot to move it here. It seems like that was causing the flaky proof cache issue.
@@ -246,6 +261,21 @@ let mk_zkapp_with_vesting_period n = | |||
"proved_state": [ "Ignore" ], | |||
"is_new": [ "Ignore" ] | |||
}, | |||
"permissions": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ditto here
!ci-build-me |
!ci-build-me |
sorry closed the wrong pr |
!ci-build-me |
Explain your changes:
Explain how you tested your changes:
Checklist: