-
Notifications
You must be signed in to change notification settings - Fork 21
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
feat: add my delegatee to Delegates page #1110
base: master
Are you sure you want to change the base?
Conversation
Should we exclude delegations to the empty address |
@wa0x6e it's percentage of your VP relative to total VP this delegatee got. |
Seems like the graphql delegates fetching is broken and always return an empty delegate list for ethereum It works on prod: https://snapshot.box/#/sn:0x009fedaf0d7a480d21a27683b0965c0f8ded35b3f1cac39827a25a06a8a682a4/delegates |
410e6ea
to
f468c98
Compare
To undelegate with an ERC20 Votes token you need to delegate to |
In TheGraph's GraphQL not passing variable it will be used anyway.
7556bf9
to
beba92e
Compare
Updated, also converted delegatee fetching to use vue-query as previous PR was merged. With this change when you undelegate after modal triggers confirmation data will be refetched (delegatee list and your own delegatee). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tACK
Summary
This is supported for
delegate-registry
andgovernor-subgraph
.Closes: https://github.com/snapshot-labs/workflow/issues/334
How to test
Screenshots