Data Nexus
Data Nexus
### Description In circumstances where consumers are polling for data each block, it's helpful to be able to identify if they're receiving state from an in-sequence block, or if the...
Utilizing the recently updated arbitrum codebase, changes out the network and constants to support blast-mainnet
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...
Updated subgraph links to the decentralized network.
### Description There are instances where subgraphs have hard coded values that get referenced (such as stablecoin contract addresses or factory a address) which are not obtainable through the event.params....
### Description We have a `created_at` field in the `deployment_schemas` table, but it would be nice to also have a `synced_at`. This is primarily to benchmark sync speeds for various...
Updating subgraph section: - Updating endpoints for Decentralized Network in preparation to The Graph's Sunrise - Remove reference to governance subgraph - Include information about generating an API Key
### Bug report If an event emits a struct, and I attempt to use this in the declaractive call, it says the struct is not an address rather than selecting...
A user ran into this error after setting `prune: auto` in his manifest: > Failed to deploy to graph node 0.0.0.0:8020/: subgraph deployment error: store error: new row for relation...
### Description We have run into some declarative calls failing. In our mappings we utilize the `try_{ethCall}` in order to get things like token.name, token.symbol, token.decimals however in rare circumstances...