graph-tooling
graph-tooling copied to clipboard
Monorepo for various tools used by subgraph developers.
### Discussed in https://github.com/graphprotocol/graph-tooling/discussions/1707 Originally posted by **YaroShkvorets** July 30, 2024 Right now, subgraph metadata is uploaded to IPFS and published on chain only for new subgraphs. So if you...
### Which packages are impacted by your issue? @graphprotocol/graph-cli ### Describe the issue This [subgraph](https://github.com/itsjerryokolo/autonolas-subgraph) is failing with the error below during initialisation. ``` ✖ Failed to create subgraph scaffold:...
realized in https://github.com/graphprotocol/graph-tooling/pull/1701 we are on very old version of OClif. Maybe being on latest would have fixed the issue of `dependsOn` I saw 🤔
Looks like etherscan made a change where it requires API keys so now all the requests for `graph init` are failing
Hello, we are started to use Graph node and IPFS in some of our projects which are deployed in the cloud and behind ALB. ### Architecture Subgraph deployment is usually...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | matchstick-as | [`0.5.0` -> `0.6.0`](https://renovatebot.com/diffs/npm/matchstick-as/0.5.0/0.6.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
The purpose of this PR is only to generate an alpha npm package. Its still WIP
### Which packages are impacted by your issue? @graphprotocol/graph-cli ### Describe the issue Since the release of v0.74.0 in https://github.com/graphprotocol/graph-tooling/releases/tag/%40graphprotocol%2Fgraph-cli%400.74.0 is not possible to initialize a new subgraph project for...
In https://github.com/graphprotocol/graph-tooling/pull/1670 introduce a new command that allows publishing to the network. It links user to go to the `cli.thegraph.com` ([located here](https://github.com/graphprotocol/graph-tooling/tree/main/website)) and the user adds metadata and finishes signing...