Skip to content
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

dApp: -5 beneficiaries (incorrect number) #28 #82

Open
Marianavpt opened this issue Apr 13, 2023 · 1 comment
Open

dApp: -5 beneficiaries (incorrect number) #28 #82

Marianavpt opened this issue Apr 13, 2023 · 1 comment

Comments

@Marianavpt
Copy link

On the Dapp this community is showing with less 5 beneficiaries (-5). > is not correct that number

ab

@vibern0
Copy link

vibern0 commented Apr 13, 2023

Weird. It has only two beneficiaries though. Everyone else was removed.

This is a bug on https://github.com/impactMarket/subgraph. Would likely require full research on this community's history to find the bug.

For reference

{
  managerEntity(id: "0x969011d9dd16ab1e9d47d545e71c8fc948edf4d0") {
    state
    community {
      id
    }
  }
  beneficiaryEntities(where: { community: "0xdbfe978f9e0203791d19e0c4c2b046beef17e56a", state: 0 }) {
    id
    state
  }
  communityEntity(id: "0xdbfe978f9e0203791d19e0c4c2b046beef17e56a") {
    beneficiaries
    maxBeneficiaries
    state
    maxTotalClaim
    maxClaim
    claimAmount
    originalClaimAmount
    baseInterval
    incrementInterval
    incrementInterval
    estimatedFunds
  }
}

@vibern0 vibern0 transferred this issue from impactMarket/support-issues Apr 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants