CirclesUBI / circles-subgraph

Circles subgraph for The Graph
https://thegraph.com/explorer/subgraph/circlesubi/circles-ubi
GNU Affero General Public License v3.0
5 stars 5 forks source link

Remove eth calls #63

Closed llunaCreixent closed 2 years ago

llunaCreixent commented 2 years ago

The subgraph is so slow to index because it uses a large amount of unnecessary eth_calls. This PR tries to make an optimization to reduce unnecessary eth_calls.

Closes https://github.com/CirclesUBI/circles-subgraph/issues/60