-
Notifications
You must be signed in to change notification settings - Fork 30
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 file_options_changed #762
Add file_options_changed #762
Conversation
zboxcore/sdk/sdk.go
Outdated
mask = updateMaskBit(mask, 5, !fop.ForbidRename.Value) | ||
} | ||
|
||
return mask | ||
return changed, mask |
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.
is changed the same as initial == mask
?
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.
I got your point, I'll use initial == mask
instead, nice one btw 👌
…ithub.com:0chain/gosdk into fix/add-file-options-to-create-allocation-request
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.
lgtm
Manual system tests [success] with the following config
|
Changes
-Some sdk clients don't yet support allocation file options, so till it's added I'll add an indication to mention if the client actually changed file options or not.
Fixes
Tests
Tasks to complete before merging PR:
Associated PRs (Link as appropriate):