vincenttaglia / indexer-tools-v3

Tools for managing a Graph Protocol indexer
https://indexer-tools.vincenttaglia.com
5 stars 2 forks source link

Subgraph dashboard duplicates #4

Open 0x19dG87 opened 1 week ago

0x19dG87 commented 1 week ago

Running the latest docker version. While opening subgraph dashboard I see different versions of the same subgraph deployment. For instance Silo Finance Arbitrum (https://thegraph.com/explorer/subgraphs/2ufoztRpybsgogPVW6j9NTn1JmBWFYPKbP7pAabizADU?v=5&view=Query&chain=arbitrum-one): QmTMKqty5yZvZtB3SwzXUG92aZUH1YQw3VjByGw4wgaMhW - which is old 3.5.1 version QmYtYfMeMcS2YBugkQ5fh6CcidQrKL3PHUEc7HnyYCW6Gc - which is new 3.8.1.1 version

image
vincenttaglia commented 1 week ago

This is expected behavior because both versions have signal. I can look into introducing a "current version only" filter if you'd like.

0x19dG87 commented 1 week ago

How is it possible? It is weird. Using the official graph UI, you will never see signals for the old version. When I switch back to version 3.5.1, I still see 40k signals. So, it should definitely be more suitable to display only the current version by default.