graph-network-subgraph icon indicating copy to clipboard operation
graph-network-subgraph copied to clipboard

The subgraph, the smart contracts, the tests, and documents for the Graph Explorer Decentralized Application

Results 37 graph-network-subgraph issues
Sort by recently updated
recently updated
newest added

Very minor change to detect delayed collections (collect in an epoch grater than the closedAtEpoch). Per the [Staking.sol](https://github.com/graphprotocol/contracts/blob/f1c5fe75c99a2170023d1fc0202b6513c9fe39a4/contracts/staking/Staking.sol#L1014) contract, query fees are added to the rebate pool in which the...

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....

## Background The subgraph search on the explorer leaves a lot to be desired. Most indexers (and likely other participants too) use subgraph deployment ids as the identifier for a...

enhancement

Currently subgraph clients has no way to identify if any update is made in entities synced. Field like `lastUpdatedAt` can be an indication to client that new data is synced...

I forgot to add it as it was a late add to the protocol. We should index it and add it to `GraphNetwork.proxyAdmin`

Hi, ### What The total amount of `queryFeesCollected` for closed long term allocation does not match estimation (manual calculation): ### Investigation: Closed Allocation (open: 65, close: 91, duration: 27) as...

@davekaj As fat new function has been added to the protocol recently, I would like to view this information on the subgraph. rewardsDestination property for the GraphAccount entity. sentRewards property...

This is not implemented right now, under `graphNetwork.totalClaimableTokens` . However, it could be roughly implemented by doing: - when a pool gets claimed for the first time, we know all...

Values such as: - totalIndexingRewards - totalQueryFeesCollected - totalStake - totalSignal Are ignored in the subgraph for now. Since 2 subgraphs can point to the same existing subgraph deployment. It...

**Organization** - [x] Remove all fields that are not implemented, or label them NOT IMPLEMENTED - [x] Clean up the schema - [ ] Clean up all the mappings and...