Open Manush-2005 opened 2 months ago
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.
Also, snforge tests are failing for me. I think there is an problem with snforge that github workflow is using and the toml file.
Edited: I was trying to test my branch but test are not running.(Using scarb 0.26.3 and snforge 0.23.0)
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.