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 26 graph-network-subgraph issues
Sort by recently updated
recently updated
newest added

I ran this query https://api.thegraph.com/subgraphs/name/graphprotocol/graph-network-arbitrum-sepolia/graphql?query=query+MyQuery+%7B%0A++allocations%28where%3A+%7Bid%3A+%220x9b83a26cf9866c4832572325bfdbe9c15c383142%22%7D%29+%7B%0A++++id%0A++++closedAt%0A++++status%0A++++createdAtBlockNumber%0A++++closedAtBlockNumber%0A++++closedAtEpoch%0A++%7D%0A%7D Which returned this data: ``` { "data": { "allocations": [ { "id": "0x9b83a26cf9866c4832572325bfdbe9c15c383142", "closedAt": 1712870496, "status": "Closed", "createdAtBlockNumber": 5635607, "closedAtBlockNumber": 5677434, "closedAtEpoch": 2208 } ]...

https://forum.thegraph.com/t/subgraph-contract-lookup/3274/

There isn't a clear pattern yet but sometimes the L1 subgraph calculates the ticket id incorrectly, which leads to the monitoring system firing false positives. **Example** - L1 tx: https://etherscan.io/tx/0x4de233b4503540d9a0111bd9e51a01df93fbeaebe46d2efcc2d5bc7c1bff3f9d...

when querying allocations from https://thegraph.com/hosted-service/subgraph/graphprotocol/graph-network-arbitrum - the fields createdAtBlockNumber and closedAtBlockNumber appear to return invalid values - e.g. this result: "allocations": [ { "id": "0x0001b044ebd481afef0545f431fe275980e69e09", "createdAtBlockNumber": 18176693, "createdAt": 1695207989 },...

Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 6.11.3 to 6.11.4. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=protobufjs&package-manager=npm_and_yarn&previous-version=6.11.3&new-version=6.11.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: #...

dependencies

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies

Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@​joaomoreno, @​lukekarrys) Changelog Sourced from semver's...

dependencies

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...

dependencies

Bumps [keypair](https://github.com/juliangruber/keypair) from 1.0.1 to 1.0.4. Release notes Sourced from keypair's releases. v1.0.4 Merge pull request from GHSA-3f99-hvg4-qjwj 9596418 https://github.com/juliangruber/keypair/compare/v1.0.3...v1.0.4 v1.0.3 pkg: clean up 89dafaa fix:typescript: set default export (#18)...

dependencies