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, analytics subgraph doesn't track GRT mints, burns and totalSupply. It would be useful to add the following to GraphNetworkDailyData entity :
fields that track daily changes (similar to netDailyDelegatedTokens field of the IndexerDailyData entity), and/or
fields that track cumulative values (similar to totalTokensStaked field of the GraphNetworkDailyData entity).
If we have to choose between the two, it might make more sense to go with the cumulative values since it is easier to calculate daily changes from cumulative values than the reverse.
The text was updated successfully, but these errors were encountered:
sahra-karakoc
changed the title
feature request: GRT mints, burns and total supply in graphNetworkDailyData entity
feature request: GRT mints, burns and total supply in GraphNetworkDailyData entity
Jan 30, 2024
Currently, analytics subgraph doesn't track GRT mints, burns and totalSupply. It would be useful to add the following to
GraphNetworkDailyData
entity :netDailyDelegatedTokens
field of theIndexerDailyData
entity), and/ortotalTokensStaked
field of theGraphNetworkDailyData
entity).If we have to choose between the two, it might make more sense to go with the cumulative values since it is easier to calculate daily changes from cumulative values than the reverse.
The text was updated successfully, but these errors were encountered: