is_owner_or_member_of_profile function and is_member_of_profile function#46
is_owner_or_member_of_profile function and is_member_of_profile function#46Manush-2005 wants to merge 3 commits into
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.