graph-tooling
graph-tooling copied to clipboard
Monorepo for various tools used by subgraph developers.
### Which packages are impacted by your issue? @graphprotocol/graph-cli ### Describe the issue Upon initialising a subgraph (hosted-service), the initialisation broke with the following trace: ✖ Failed to fetch Start...
### Which packages are impacted by your issue? @graphprotocol/graph-cli ### Describe the issue When initializing a subgraph, I need to provide two contracts that are both verified on Sepolia. I...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [dotansimha/changesets-action](https://togithub.com/dotansimha/changesets-action) | action | patch | `v1.5.0` -> `v1.5.2` | --- ### Release...
### Which packages are impacted by your issue? @graphprotocol/graph-ts ### Describe the issue Gnosis reported a dependency issue when trying to use graph test ``` $_ graph test Skipping download/install...
This PR introduces `remove` method generation for mutable entities only. `remove` method is a wrapper around `store.remove`. The implementation is similar to `save` method. ```ts export class Account extends Entity...
instead of writing out big string by hand we should utilize more snapshots testing since that is what we are trying to achieve with these compares for generated code anyways.
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@theguild/prettier-config](https://togithub.com/the-guild-org/shared-config) ([source](https://togithub.com/the-guild-org/shared-config/tree/HEAD/packages/prettier-config)) | [`2.0.1` -> `2.0.7`](https://renovatebot.com/diffs/npm/@theguild%2fprettier-config/2.0.1/2.0.7) |...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [prettier](https://prettier.io) ([source](https://togithub.com/prettier/prettier)) | [`1.19.1` -> `3.0.3`](https://renovatebot.com/diffs/npm/prettier/1.19.1/3.0.3) |...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [oclif](https://togithub.com/oclif/oclif) | [`3.8.1` -> `3.17.2`](https://renovatebot.com/diffs/npm/oclif/3.8.1/3.17.2) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
The `subgraph.yaml` schema is very poorly documented. The only place I see is here: https://thegraph.academy/developers/defining-a-subgraph/ which is a tutorial. There needs to be a dedicated reference-style document describing the schema...