graphprotocol / graph-network-analytics-subgraph

Analytics subgraph for Graph Network
MIT License
6 stars 11 forks source link

Added service registry and graph network daily data #16

Closed juanmardefago closed 2 years ago

juanmardefago commented 3 years ago

Service registry was added to include indexer entity creations of some non-stake indexers Some unimplemented fields were removed

juanmardefago commented 2 years ago

Looks good @juanmardefago . Curious - is this going to increase the indexing time?

Shouldn't be a considerable amount, since it's a singleton entity (GraphNetwork is a single entity), so the amount of new entities saved and loaded by this change is only 1 extra per transaction.