-
Notifications
You must be signed in to change notification settings - Fork 43
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
is_owner_or_member_of_profile function and is_member_of_profile function #46
base: main
Are you sure you want to change the base?
is_owner_or_member_of_profile function and is_member_of_profile function #46
Conversation
A quick ping on this PR @Akashneelesh |
Please comment under the issue and only pick it up ones you've been assigned to issue. And avoid redundant PR raise for the same issue. Please fix the issue -> do scarb fmt before raising PR and fix the error while trying to do snforge test Here's where most of the communication is done : https://t.me/starknetindia |
Hey @Akashneelesh , sorry that I didn't communicate well with the fellow contributors. I executed the snforge fmt command as you said. |
Hello @Manush-2005 , looks like the build is failing for some reason. I think its an issue from my side in terms of the CI |
Hey @Akashneelesh , just ran scarb build again to check and the build was successful |
Hey @Akashneelesh , quick ping on this PR. |
Hey @Akashneelesh , just a ping on this issue |
This PR introduces an new function is_owner_or_member_of_profile.
This function will check if the given address is owner or member of the profile.
Fixes #10
The above issue was dependent on another function is_member_of_profile
This function will check if the given address is member of the profile.
So fixed #5 in the process.