-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add my delegatee to Delegates page (#1110)
* feat: fetch delegatee for onchain delegations * feat: display voted amound and share * feat: add undelegate action * feat: add delegation registry delegatee * feat: get delegate registry VP * fix: user where filter In TheGraph's GraphQL not passing variable it will be used anyway. * fix: handle evm null address * fix: use network specific delegation subgraph * fix: undelegate via clearDelegate * feat: show undelegate progress * feat: disable undelegate for erc20 votes if already delegating to self * refactor: use vue-query to load delegatee * feat: undelegate to zero address instead of self * fix: make web3.value.account dep reactive * feat: show 0 balance delegations * feat: show undelegate option for current delegatee
- Loading branch information
Showing
8 changed files
with
462 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.