Skip to content

Conversation

@pikonha
Copy link
Member

@pikonha pikonha commented Dec 17, 2025

This PR adds the relatedAddresses to the /voting-powers endpoint, which is gonna be used on the holders and delegates v2.

image

It is deployed to COMP on dev.

query to validate:

query MyQuery {
  votingPowers(
    account: "0x3FB19771947072629C8EEE7995a2eF23B72d4C8A"
    relatedAddresses: ["0x19bC62FF7CD9FFD6BdCed9802fF718f09F7259f1", "0xcB15649D7B7a1eb01fb1ACD14809de6cF82Aa1A0"]
  ) {
    totalCount
    items {
      accountId
      delegation {
        from
        to
      }
      transfer {
        from
        to
      }
      transactionHash
    }
  }
}

@pikonha pikonha self-assigned this Dec 17, 2025
@pikonha pikonha added the enhancement Improving an already existing feature label Dec 17, 2025
@vercel
Copy link

vercel bot commented Dec 17, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
anticapture Ready Ready Preview, Comment Dec 22, 2025 10:31pm
anticapture-storybook Ready Ready Preview, Comment Dec 22, 2025 10:31pm

@pikonha pikonha merged commit 62e0cb3 into dev Dec 22, 2025
3 of 4 checks passed
@pikonha pikonha deleted the feat/voting-power-address-filtering branch December 22, 2025 22:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement Improving an already existing feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants