You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently withdraw-fees-and-rewards bot does several queries to find withdrawable contributions.
This is no ideal nor necessary anymore since we added some fields to the subgraph that let us query them directly.
Replace while loop of many queries with one that just fetches contributions of resolved request with value > 0.
The text was updated successfully, but these errors were encountered:
eccentricexit
changed the title
Make withdraw fees and rewards scalable
Make withdraw fees and rewards bot scalable
May 25, 2021
Currently
withdraw-fees-and-rewards
bot does several queries to find withdrawable contributions.This is no ideal nor necessary anymore since we added some fields to the subgraph that let us query them directly.
Replace while loop of many queries with one that just fetches contributions of resolved request with value > 0.
The text was updated successfully, but these errors were encountered: