-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge and paginate direct delegators (#169)
* add direct delegatees to delegations table * parallelize delegatees queries * simple merge direct delegators * paginate delegators * use separate function for getting advanced delegators * optimisations * solve infinite scroll and tbody * fix container height * cache getCurrentAdvancedDelegators * fix import * fix import * fix merge conflicts * multi-tenancy * fix getProxy return type * fix types * fix setProxy type * fix num_of_delegators parsing * fix infinite scroller * add transaction_hashes to delegatees views * repair prisma * fix prisma schema * fix voting_power parsing breaks when no data * fix: environment scoping * put back query time logging * delegators query optimization * set query logging based on env variable * use better naming for muting query logging: defalt to false * fix delegators query * remove console.log * refactor * apply jeff's refactor * refactor * clean up --------- Co-authored-by: ferrodri <f.rodriguez.hervias@gmail.com>
- Loading branch information
Showing
12 changed files
with
330 additions
and
213 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
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.