-
Notifications
You must be signed in to change notification settings - Fork 209
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
The subgraph getGroups
function returns wrong members
#858
Comments
@vplasencia should i work on it, if yes please assign to me |
Hey @AjayAdsule! Feel free to start working on it. |
Hey @AjayAdsule! This is a priority task now and should be solved asap before ETHIndia. Then I will assign this task to someone who will start to work on it now. Sorry about it but please, feel free to pick any other issues you like. |
@vplasencia Hey! I can work on it, can you assign it to me? Thanks in advance! |
Description
If there are two members in an on-chain Semaphore group and one of the members is removed, the
getGroup
function from theSemaphoreSubgraph
class returns the old value of the member instead of the new value that should be0
.It looks like the function does not take into account when a member is removed (probably also when the member is updated).
The text was updated successfully, but these errors were encountered: