aragon / osx

Aragon OSx Protocol
GNU Affero General Public License v3.0
85 stars 43 forks source link

OS-784 Bug: fix delegatee wrong deletion #488

Closed Rekard0 closed 1 year ago

Rekard0 commented 1 year ago

Description

Task ID: OS-784

For QA: https://app.satsuma.xyz/subgraphs/750/versions/5531 query:

{
  tokenVotingMembers(where: {plugin: "0x72b1d7ce9748adb10ea7dbd5f9e0456995b02e05"} ) {
    address
    balance
    votingPower
      delegatee {
        address
      }
      delegators {
        address
        balance  
      }
    } 
}

Type of change

See the framework lifecylce in packages/contracts/docs/framework-lifecycle to decide what kind of change this pull request is.

Checklist: