-
Notifications
You must be signed in to change notification settings - Fork 57
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
XLS-74d and XLS-75d: Account Permissions #257
base: master
Are you sure you want to change the base?
Conversation
* `Permissions` is too long (the limit is 10), or includes duplicates. | ||
* Any of the specified permissions are invalid. | ||
* The account specified in `Authorize` doesn't exist. | ||
|
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.
If I try to update to the same content as the current settings (no changes), do I get an error? Or will it succeed as with AccountSet?
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.
Probably should succeed
* `Permissions` is too long (the limit is 10), or includes duplicates. | ||
* Any of the specified permissions are invalid. | ||
* The account specified in `Authorize` doesn't exist. | ||
|
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.
If a Delegated account is deleted after an AccountPermission entry is created, and then an attempt is made to update the AccountPermission, does the transaction simply fail or is the AccountPermission entry deleted?
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.
cc @yinyiqian1
No description provided.